]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140498)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Oct 2025 10:20:16 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 10:20:16 +0000 (10:20 +0000)
commit0fdae5f590b9322256a37b53176abb6f2e1705f5
tree4a6450b9f9f6a4466db8b5283a9a5d1ddb60b55f
parent853e5d94eb656d60396fcea9f67461f83514a395
[3.14] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140498)

gh-140474: Fix memory leak in `array.array` (GH-140478)
(cherry picked from commit aa9d0a61d5c48717454f36351f0aabe4cc532de5)

Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2025-10-22-20-52-13.gh-issue-140474.xIWlip.rst [new file with mode: 0644]
Modules/arraymodule.c