]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jan 2025 10:14:07 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 10:14:07 +0000 (10:14 +0000)
commit405f6d72bb21c94cd4491559d2377db5b41091f0
tree9bf50331e0393635311ad0b139aa71b71251d10d
parent8a8f5d636d06c122bc1db0ee6b11a883e550a803
[3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128977)

(cherry picked from commit 4dade055f4e18a7e91bc70293abb4db745ad16ca)

Co-authored-by: Tomasz Pytel <tompytel@gmail.com>
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2025-01-17-21-33-11.gh-issue-128961.XwvyIZ.rst [new file with mode: 0644]
Modules/arraymodule.c