aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/legacy_tracing.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-08-03 13:51:08 -0600
committerGitHub <noreply@github.com>2023-08-03 19:51:08 +0000
commit58ef74186795c56e3ec86e8c8f351a1d7826638a (patch)
tree592cedc60a6828d0185d6dc84319cbcc97564e8b /Python/legacy_tracing.c
parent14fbd4e6b16dcbcbff448b047f7e2faa27bbedba (diff)
downloadcpython-58ef74186795c56e3ec86e8c8f351a1d7826638a.tar.gz
cpython-58ef74186795c56e3ec86e8c8f351a1d7826638a.zip
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.
Diffstat (limited to 'Python/legacy_tracing.c')
0 files changed, 0 insertions, 0 deletions