]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 10 Nov 2021 18:08:28 +0000 (18:08 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Nov 2021 18:08:28 +0000 (18:08 +0000)
commit4cdeee5978ee3f8ea7fe95172ae04d866cd88177
tree05bb2cf298351932ff37afd10b1befffc793d340
parent05fbd60147456d77a7aecf29dddd86c5bde5872f
bpo-45711: remove unnecessary DUP_TOP and POP in exception handling (GH-29495)
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Python/ceval.c
Python/compile.c