]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
authorTomasz Pytel <tompytel@gmail.com>
Sat, 18 Jan 2025 09:55:29 +0000 (04:55 -0500)
committerGitHub <noreply@github.com>
Sat, 18 Jan 2025 09:55:29 +0000 (10:55 +0100)
commit4dade055f4e18a7e91bc70293abb4db745ad16ca
treeca5d4eeb5d683d602cbe871e38eda496e9af59c8
parent9ed7bf2cd783b78b28f18abc090f43467a28f4aa
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
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