]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Thu, 19 May 2022 13:55:22 +0000 (19:25 +0530)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 13:55:22 +0000 (22:55 +0900)
commitc5f5f978ca6b8b62effcbc4aa61932b76718da78
treee433edea14d7390868cdbef830550a2ac2a53aa9
parent137fd3d88aa46669f5717734e823f4c594ab2843
GH-92955: fix memory leak in code object lines and positions iterators (gh-92956)
Misc/NEWS.d/next/Core and Builtins/2022-05-19-13-25-50.gh-issue-92955.kmNV33.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/object.c