mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
58ef741867
The linked list of objects was a global variable, which broke isolation between interpreters, causing crashes. To solve this, we've moved the linked list to each interpreter.
Miscellaneous source files for the main Python shared library