mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Merge of descr-branch back into trunk.
This commit is contained in:
parent
52d55a3926
commit
6d6c1a35e0
57 changed files with 6923 additions and 1309 deletions
|
@ -92,10 +92,10 @@ DL_IMPORT(const char *) Py_GetBuildInfo(void);
|
|||
DL_IMPORT(PyObject *) _PyBuiltin_Init(void);
|
||||
DL_IMPORT(PyObject *) _PySys_Init(void);
|
||||
DL_IMPORT(void) _PyImport_Init(void);
|
||||
DL_IMPORT(void) init_exceptions(void);
|
||||
DL_IMPORT(void) _PyExc_Init(void);
|
||||
|
||||
/* Various internal finalizers */
|
||||
DL_IMPORT(void) fini_exceptions(void);
|
||||
DL_IMPORT(void) _PyExc_Fini(void);
|
||||
DL_IMPORT(void) _PyImport_Fini(void);
|
||||
DL_IMPORT(void) PyMethod_Fini(void);
|
||||
DL_IMPORT(void) PyFrame_Fini(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue