]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140474: Fix memory leak in `array.array` (GH-140478)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Thu, 23 Oct 2025 09:49:27 +0000 (10:49 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Oct 2025 09:49:27 +0000 (05:49 -0400)
commitaa9d0a61d5c48717454f36351f0aabe4cc532de5
tree0d5adc7e7fda16b81a51e6fedc10219d12f122df
parentbd2c7e8c8b10f4d31eab971781de13844bcd07fe
gh-140474: Fix memory leak in `array.array` (GH-140478)
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