]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30551)
authorYury Selivanov <yury@edgedb.com>
Tue, 11 Jan 2022 23:37:09 +0000 (15:37 -0800)
committerGitHub <noreply@github.com>
Tue, 11 Jan 2022 23:37:09 +0000 (15:37 -0800)
commit20b5791ce9b47195ce51cfd5acb223b1ca59cdf0
treed17543a64cc0a97988f3c7eeb91a41ea08e10051
parent08bc1bad11cad39f508bd662c9b28fcd9c995512
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30551)
Python/ceval.c