mirror of
https://github.com/python/cpython.git
synced 2025-07-31 15:14:22 +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
|
@ -130,6 +130,7 @@ PyAPI_FUNC(void) _PyImport_Fini(void);
|
|||
PyAPI_FUNC(void) PyMethod_Fini(void);
|
||||
PyAPI_FUNC(void) PyFrame_Fini(void);
|
||||
PyAPI_FUNC(void) PyCFunction_Fini(void);
|
||||
PyAPI_FUNC(void) PyDict_Fini(void);
|
||||
PyAPI_FUNC(void) PyTuple_Fini(void);
|
||||
PyAPI_FUNC(void) PyList_Fini(void);
|
||||
PyAPI_FUNC(void) PySet_Fini(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue