]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jul 2026 12:40:11 +0000 (14:40 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 12:40:11 +0000 (12:40 +0000)
commitfc840db1bc2eb716242df8c9e848b35e0d1b62ca
tree6112789cc2c65cbe5a235539430073c7334cc199
parent60ced362180013109abef8d920cd61f6e7d54f08
[3.15] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238) (#153249)

gh-153210: Fix `array` module import crash under a memory pressure (GH-153238)
(cherry picked from commit 12ed8b16feb3502cea427ff846e9d0b3d7fef721)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2026-07-07-02-26-43.gh-issue-153210.LUXIcm.rst [new file with mode: 0644]
Modules/arraymodule.c