]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:37 +0000 (16:00 +0200)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 14:00:37 +0000 (16:00 +0200)
commit0f656e26410f92932eef53441baf1cffb23dc4ee
tree7284448415192df2d002110d9876ecbd41f8938c
parent5e758ff5252bf4460ffa4bf78d0a41cadefe3bd7
[3.14] gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523) (GH-148678)

(cherry picked from commit afde75664eb3ff3e147806f027c9da54c7eb77d4)

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