mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-45316: Move _PyArg_Fini() to internal C API (GH-31580)
Move the private unexported _PyArg_Fini() function to the internal C API: to the pycore_pylifecycle.h header file.
This commit is contained in:
parent
8f2a337a80
commit
f780d9690f
4 changed files with 3 additions and 3 deletions
|
@ -84,6 +84,7 @@ extern void _PyAST_Fini(PyInterpreterState *interp);
|
|||
extern void _PyAtExit_Fini(PyInterpreterState *interp);
|
||||
extern void _PyThread_FiniType(PyInterpreterState *interp);
|
||||
extern void _Py_Deepfreeze_Fini(void);
|
||||
extern void _PyArg_Fini(void);
|
||||
|
||||
extern PyStatus _PyGILState_Init(_PyRuntimeState *runtime);
|
||||
extern PyStatus _PyGILState_SetTstate(PyThreadState *tstate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue