]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523)
authorGleb Popov <gvpopov.dev@gmail.com>
Fri, 17 Apr 2026 12:13:44 +0000 (15:13 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2026 12:13:44 +0000 (14:13 +0200)
commitafde75664eb3ff3e147806f027c9da54c7eb77d4
treeeaccb6a41c4d98dd089f1417e206ed4e341d9c97
parent769cc8338f35eb134508aca701a59342bcb6a84b
gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523)
Modules/arraymodule.c