mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Finalize the freelist of list objects.
This commit is contained in:
parent
ffa5cf9eae
commit
fb09f0e85c
3 changed files with 15 additions and 0 deletions
|
@ -113,6 +113,7 @@ PyAPI_FUNC(void) PyMethod_Fini(void);
|
|||
PyAPI_FUNC(void) PyFrame_Fini(void);
|
||||
PyAPI_FUNC(void) PyCFunction_Fini(void);
|
||||
PyAPI_FUNC(void) PyTuple_Fini(void);
|
||||
PyAPI_FUNC(void) PyList_Fini(void);
|
||||
PyAPI_FUNC(void) PyString_Fini(void);
|
||||
PyAPI_FUNC(void) PyInt_Fini(void);
|
||||
PyAPI_FUNC(void) PyFloat_Fini(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue