]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553) 30561/head
authorYury Selivanov <yury@edgedb.com>
Wed, 12 Jan 2022 00:17:42 +0000 (16:17 -0800)
committerGitHub <noreply@github.com>
Wed, 12 Jan 2022 00:17:42 +0000 (16:17 -0800)
commit6f9ca53a6ac343a5663cc5c52546acf9a63b605a
tree9b22c8e3896951f75dc0439e7c3ff56196324939
parentb1a94f1fab7c0aee0705483616a1b2c3f2713c00
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30553)
Python/ceval.c