mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
Finalize the freelist of list objects.
This commit is contained in:
@@ -416,6 +416,7 @@ Py_Finalize(void)
|
||||
PyFrame_Fini();
|
||||
PyCFunction_Fini();
|
||||
PyTuple_Fini();
|
||||
PyList_Fini();
|
||||
PyString_Fini();
|
||||
PyInt_Fini();
|
||||
PyFloat_Fini();
|
||||
|
||||
Reference in New Issue
Block a user