Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-42634: Mark reraise after except blocks as artificial. #23877

Merged

Conversation

markshannon
Copy link
Member

@markshannon markshannon commented Dec 21, 2020

Marks the compiler generated RERAISE after an except as artificial.
No NEWS item, as this part of fixing up PEP 626.

https://bugs.python.org/issue42634

@markshannon markshannon merged commit f2dbfd7 into python:master Dec 21, 2020
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
…23877)

* Mark reraise after except blocks as artificial.

* Update importlib

* Update dis test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants