]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46458: emit code for else of a try block immediately after the try body (GH-30751)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 27 Jan 2022 13:40:44 +0000 (13:40 +0000)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 13:40:44 +0000 (13:40 +0000)
commit3d2ce3471646704ebd5252f4b20f065f139a53b1
tree8942b677163981fb1b61cf35dcd461831557c28e
parentc7f810b34d91a5c2fbe0a8385562015d2dd961f2
bpo-46458: emit code for else of a try block immediately after the try body (GH-30751)
Lib/test/test_dis.py
Lib/test/test_exception_variations.py
Lib/test/test_sys_settrace.py
Misc/NEWS.d/next/Core and Builtins/2022-01-27-10-49-34.bpo-46458.5Gm3Gv.rst [new file with mode: 0644]
Python/compile.c