SIGN IN SIGN UP

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.
E
Eric Snow committed
58ef74186795c56e3ec86e8c8f351a1d7826638a
Parent: 14fbd4e
Committed by GitHub <noreply@github.com> on 8/3/2023, 7:51:08 PM