mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Move _PyImportZip_Init() to the internal C API and add an 'interp' parameter.
This commit is contained in:
parent
2c10538d11
commit
410b85a7f7
4 changed files with 48 additions and 29 deletions
|
@ -54,6 +54,8 @@ extern int _PyFloat_Init(void);
|
|||
extern _PyInitError _Py_HashRandomization_Init(const _PyCoreConfig *);
|
||||
|
||||
extern _PyInitError _PyTypes_Init(void);
|
||||
extern _PyInitError _PyImportZip_Init(PyInterpreterState *interp);
|
||||
|
||||
|
||||
/* Various internal finalizers */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue