]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Apr 2026 14:00:47 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 14:00:47 +0000 (16:00 +0200)
commit813498411ac74a58ca79ff12b622e63ba5b7a039
treec25cf47556177b4ddd670822c940fe630404b856
parent3c59b8b53fc75c7f9578d16fb8201ceb43e8f76c
[3.13] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523) (GH-148679)

(cherry picked from commit afde75664eb3ff3e147806f027c9da54c7eb77d4)

Co-authored-by: Gleb Popov <gvpopov.dev@gmail.com>
Modules/arraymodule.c