mirror of
https://github.com/python/cpython.git
synced 2025-08-23 18:24:46 +00:00
Since the *_Init() are private, prefix with _, suggested by Skip
This commit is contained in:
parent
744f0fd655
commit
b2501f4cd1
5 changed files with 6 additions and 6 deletions
|
@ -100,7 +100,7 @@ PyAPI_FUNC(PyObject *) _PySys_Init(void);
|
|||
PyAPI_FUNC(void) _PyImport_Init(void);
|
||||
PyAPI_FUNC(void) _PyExc_Init(void);
|
||||
PyAPI_FUNC(void) _PyImportHooks_Init(void);
|
||||
PyAPI_FUNC(int) PyFrame_Init(void);
|
||||
PyAPI_FUNC(int) _PyFrame_Init(void);
|
||||
|
||||
/* Various internal finalizers */
|
||||
PyAPI_FUNC(void) _PyExc_Fini(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue