]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:36:50 +0000 (14:36 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Jul 2026 12:36:50 +0000 (12:36 +0000)
commit25a53d9ab4e9139a1f84e93aacb9834d65234a65
treeb89bfd0ae271a417f3f6d081fbbe7ccef2681c1a
parentb67c1558c80537c541d215c2d06e694f15af59d7
[3.14] gh-153210: Fix `array` module import crash under a memory pressure (GH-153238) (#153250)

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