mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-36737: Use the module state C-API for warnings. (gh-13159)
This commit is contained in:
parent
351c67416b
commit
86ea58149c
6 changed files with 210 additions and 124 deletions
|
@ -81,7 +81,7 @@ extern void PyLong_Fini(void);
|
|||
extern void _PyFaulthandler_Fini(void);
|
||||
extern void _PyHash_Fini(void);
|
||||
extern int _PyTraceMalloc_Fini(void);
|
||||
extern void _PyWarnings_Fini(_PyRuntimeState *runtime);
|
||||
extern void _PyWarnings_Fini(PyInterpreterState *interp);
|
||||
|
||||
extern void _PyGILState_Init(
|
||||
_PyRuntimeState *runtime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue