]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109323)
authorNikita Sobolev <mail@sobolevn.me>
Thu, 12 Oct 2023 12:52:03 +0000 (15:52 +0300)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 12:52:03 +0000 (12:52 +0000)
commite16922f07010a620298d7fb8abfae5c578d5d337
tree41934772ee52c84bb9554a71320bd4058c0c7cc2
parentc9214b90f469aa85e307a6dc3b6052c961003807
[3.11] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109323)

* [3.11] gh-109216: Fix possible memory leak in `BUILD_MAP`

* Add NEWS

* Update Python/ceval.c

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
---------

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Misc/NEWS.d/next/Core and Builtins/2023-09-11-12-41-42.gh-issue-109216.60QOSb.rst [new file with mode: 0644]
Python/ceval.c