mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Deallocate content of the dict free list on interpreter shutdown
This commit is contained in:
@@ -473,6 +473,7 @@ Py_Finalize(void)
|
||||
PyString_Fini();
|
||||
PyInt_Fini();
|
||||
PyFloat_Fini();
|
||||
PyDict_Fini();
|
||||
|
||||
#ifdef Py_USING_UNICODE
|
||||
/* Cleanup Unicode implementation */
|
||||
|
||||
Reference in New Issue
Block a user