mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
In debug mode, ensure that free lists are no longer used after being finalized. Set numfree to -1 in finalization functions (eg. _PyList_Fini()), and then check that numfree is not equal to -1 before using a free list (e.g list_dealloc()).
Miscellaneous source files for the main Python shared library