mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
e005ead49b
Each interpreter now has its own context free list: * Move context free list into PyInterpreterState. * Add _Py_context_state structure. * Add tstate parameter to _PyContext_ClearFreeList() and _PyContext_Fini(). * Pass tstate to clear_freelists().
Miscellaneous source files for the main Python shared library