]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)
authorMark Shannon <mark@hotpy.org>
Mon, 21 Dec 2020 13:53:50 +0000 (13:53 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 13:53:50 +0000 (13:53 +0000)
commitf2dbfd7e20431f0bcf2b655aa876afec7fe03c6f
treef56aebc70e3cc671bb96cd19d3fc0adc7988769c
parentd515c610c61b9a8c40c037a3dc3bfc8d67563658
bpo-42634: Mark reraise after except blocks as artificial. (GH-23877)

* Mark reraise after except blocks as artificial.

* Update importlib

* Update dis test.
Lib/test/test_dis.py
Lib/test/test_sys_settrace.py
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/importlib_zipimport.h