diff options
author | Sam Gross <colesbury@gmail.com> | 2024-11-26 21:46:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-26 21:46:06 (GMT) |
commit | 71ede1142ddad2d31cc966b8fe4a5aff664f4d53 (patch) | |
tree | c8e17fd89be977bf04ffd1c01b352c4bbcb191f5 /Lib/code.py | |
parent | f0d3f10c43c9029378adba11a65b3d1287e4be32 (diff) | |
download | cpython-71ede1142ddad2d31cc966b8fe4a5aff664f4d53.zip cpython-71ede1142ddad2d31cc966b8fe4a5aff664f4d53.tar.gz cpython-71ede1142ddad2d31cc966b8fe4a5aff664f4d53.tar.bz2 |
gh-115999: Add free-threaded specialization for `STORE_SUBSCR` (#127169)
The specialization only depends on the type, so no special thread-safety
considerations there.
STORE_SUBSCR_LIST_INT needs to lock the list before modifying it.
`_PyDict_SetItem_Take2` already internally locks the dictionary using a
critical section.
Diffstat (limited to 'Lib/code.py')
0 files changed, 0 insertions, 0 deletions