Files
cpython/Objects
Eric Snow 58ef741867 gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567)
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.
2023-08-03 19:51:08 +00:00
..
2023-06-30 13:00:22 +09:00

Source files for various builtin objects