]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
authorYury Selivanov <yury@edgedb.com>
Tue, 11 Jan 2022 22:25:28 +0000 (14:25 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 22:25:28 +0000 (14:25 -0800)
commit607d8a838f29ad3c4c4e85b39f338dade5f9cafe
tree0b0d6f75ca5664c758c979992e9ab645fda159c7
parentdce642f24418c58e67fa31a686575c980c31dd37
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)

First introduced in 0332e569c12d3dc97171546c6dc10e42c27de34b
Misc/NEWS.d/next/Core and Builtins/2022-01-11-13-57-00.bpo-46347.Gd8M-S.rst [new file with mode: 0644]
Python/ceval.c