mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -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.
Source files for various builtin objects