commit | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Thu Dec 17 13:55:28 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Dec 17 13:55:28 2020 +0000 |
tree | 9196732769c1cca2bd01a44e668fe4c5fb29f7d7 | |
parent | 40125ab3252453bf205ed906e46bf9741c27bf9d [diff] |
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) * Ensure that f_lasti is set correctly after an exception is raised to conform to PEP 626. * Update importlib * Add NEWS.