mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +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
|
@ -1288,7 +1288,7 @@ Py_FinalizeEx(void)
|
|||
PyDict_Fini();
|
||||
PySlice_Fini();
|
||||
_PyGC_Fini(runtime);
|
||||
_PyWarnings_Fini(runtime);
|
||||
_PyWarnings_Fini(interp);
|
||||
_Py_HashRandomization_Fini();
|
||||
_PyArg_Fini();
|
||||
PyAsyncGen_Fini();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue