summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-03 22:18:29 (GMT)
committerGitHub <noreply@github.com>2023-08-03 22:18:29 (GMT)
commit58af2293c52a1ad3754d254690c0e54f787c545b (patch)
tree3e6274e2d60af26d5d7669e52b1213c1db8602bb /Python/Python-ast.c
parentd2c7b25afba3d86ee20331d9fb722a6fe1f768ac (diff)
downloadcpython-58af2293c52a1ad3754d254690c0e54f787c545b.zip
cpython-58af2293c52a1ad3754d254690c0e54f787c545b.tar.gz
cpython-58af2293c52a1ad3754d254690c0e54f787c545b.tar.bz2
[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)
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. (cherry picked from commit 58ef74186795c56e3ec86e8c8f351a1d7826638a) Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions