]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:17:42 +0000 (11:17 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 10:17:42 +0000 (10:17 +0000)
commitc75894a36b13f2dd1bfdd72695dd904260b7ef78
tree4e45ed85824a79be3dd45b1ea338f60466687c6b
parentd8a442637bf3ce588ea6023439317954c9fa8a58
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128976)

(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