]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:00 +0000 (17:01 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 15:01:00 +0000 (17:01 +0200)
commitfd6bd15c75955fee9cf2103d09de9e3c0f9fea5f
tree0f81d11784499d650ff737ceea9b2e8818fccdf3
parent7d1b64bd9a07deb4ce20e0f3d1b07b0507c51431
[3.15] gh-153932: protect read of en_index during enumerate.reduce (GH-154118) (GH-154128)

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