mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
I added it quite a while ago as a strategy for managing interpreter lifetimes relative to the PEP 554 (now 734) implementation. Relatively recently I refactored that implementation to no longer rely on InterpreterID objects. Thus now I'm removing it.
Miscellaneous source files for the main Python shared library