mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
https://github.com/python/cpython/issues/81057
This commit is contained in:
parent
cda9f0236f
commit
8a3f06c54b
14 changed files with 100 additions and 118 deletions
|
|
@ -44,6 +44,7 @@ extern void _PySys_Fini(PyInterpreterState *interp);
|
|||
extern int _PyBuiltins_AddExceptions(PyObject * bltinmod);
|
||||
extern PyStatus _Py_HashRandomization_Init(const PyConfig *);
|
||||
|
||||
extern PyStatus _PyTime_Init(void);
|
||||
extern PyStatus _PyImportZip_Init(PyThreadState *tstate);
|
||||
extern PyStatus _PyGC_Init(PyInterpreterState *interp);
|
||||
extern PyStatus _PyAtExit_Init(PyInterpreterState *interp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue