summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/codecontext.py
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-12-12 17:59:13 (GMT)
committerGitHub <noreply@github.com>2024-12-12 17:59:13 (GMT)
commitf8dcb8200626a1a06c4a26d8129257f42658a9ff (patch)
tree8f30b66deba566ea2c3977814e5f5439104c1cd0 /Lib/idlelib/codecontext.py
parent7146f1894638130940944d4808dae7d144d46227 (diff)
downloadcpython-f8dcb8200626a1a06c4a26d8129257f42658a9ff.zip
cpython-f8dcb8200626a1a06c4a26d8129257f42658a9ff.tar.gz
cpython-f8dcb8200626a1a06c4a26d8129257f42658a9ff.tar.bz2
gh-127879: Fix data race in `_PyFreeList_Push` (#127880)
Writes to the `ob_tid` field need to use atomics because it may be concurrently read by a non-locking dictionary, list, or structmember read.
Diffstat (limited to 'Lib/idlelib/codecontext.py')
0 files changed, 0 insertions, 0 deletions