]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jul 2026 15:01:07 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:01:07 +0000 (17:01 +0200)
commit402924299dd9dca5b4dcf6a24575244c4ea63915
treedc7849e86cf79541af0d0f545d0a655326be311f
parent2b807eb9aa7e2c4b5a90336f6c926c6498ff0830
[3.14] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154129)

gh-153932: protect read of en_index during enumerate.reduce (GH-154118)
(cherry picked from commit 1604043caf0a00fe4ea9f6e31e389c4cf8b8baab)

Co-authored-by: L. Le <lelynn11@gmail.com>
Lib/test/libregrtest/tsan.py
Lib/test/test_enumerate.py
Misc/NEWS.d/next/Core_and_Builtins/2026-07-19-12-33-27.gh-issue-153932.lKw2bo.rst [new file with mode: 0644]
Objects/enumobject.c