| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…ectly after raising or reraising an exception (pythonGH-23803) * Ensure that f_lasti is set correctly after an exception is raised to conform to PEP 626. * Update importlib * Add NEWS.
| Back | FazBrowse Home | New Git URL |
PEP 626 requires that f_lineno always contains the last line executed.
This PR makes sure that is true, even after an exception is raised.
This is, hopefully, the last step in the rather-more-work-than-I-expected implementation of PEP 626.
https://bugs.python.org/issue42246