]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Oct 2025 12:18:01 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 12:18:01 +0000 (12:18 +0000)
commit640bc258c127aaddc5861a4ba279820c4a1ea49b
tree3653cc030b061aefc124f438f7d530e271c731f5
parent30c2661b6e2b738b957aedcc328bb641b0b61787
[3.13] gh-140474: Fix memory leak in `array.array` (GH-140478) (GH-140499)

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