]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153932: protect read of en_index during enumerate.reduce (GH-154118)
authorL. Le <lelynn11@gmail.com>
Sun, 19 Jul 2026 13:20:56 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 13:20:56 +0000 (15:20 +0200)
commit1604043caf0a00fe4ea9f6e31e389c4cf8b8baab
tree2ce5ef8ae595afd084b478362fef3da1bc637ac5
parentec1057ebb6b3d515bff058af2feebf2868aadd42
gh-153932: protect read of en_index during enumerate.reduce (GH-154118)
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