mirror of
https://github.com/python/cpython.git
synced 2025-07-27 05:04:15 +00:00
Deallocate content of the dict free list on interpreter shutdown
This commit is contained in:
parent
8352585909
commit
f75dbef208
4 changed files with 17 additions and 0 deletions
|
@ -473,6 +473,7 @@ Py_Finalize(void)
|
|||
PyString_Fini();
|
||||
PyInt_Fini();
|
||||
PyFloat_Fini();
|
||||
PyDict_Fini();
|
||||
|
||||
#ifdef Py_USING_UNICODE
|
||||
/* Cleanup Unicode implementation */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue