]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 11 Jan 2022 23:09:22 +0000 (15:09 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 23:09:22 +0000 (15:09 -0800)
commitb1a94f1fab7c0aee0705483616a1b2c3f2713c00
treed3f26ca7a912723b623fcca8a7f0712790dd6e44
parent6f035c07e0aeff9120a45e668a383c985cd8861a
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)

First introduced in 0332e569c12d3dc97171546c6dc10e42c27de34b
(cherry picked from commit 607d8a838f29ad3c4c4e85b39f338dade5f9cafe)

Co-authored-by: Yury Selivanov <yury@edgedb.com>
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