This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pxeger
Recipients docs@python, pxeger
Date 2020-10-27.09:54:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603792488.66.0.729213845644.issue42167@roundup.psfhosted.org>
In-reply-to
Content
bpo-33387 introduced two new opcodes, `RERAISE` and `WITH_EXCEPT_START` (previously called `WITH_EXCEPT_FINISH`), replacing the previous `WITH_CLEANUP_START`, `WITH_CLEANUP_FINISH`,
`BEGIN_FINALLY`, `END_FINALLY`, `CALL_FINALLY` and `POP_FINALLY`.

The [documentation](https://docs.python.org/3.9/library/dis.html#opcode-SETUP_WITH) for it references the since removed `WITH_CLEANUP_START`, which is definitely wrong. I don't know enough to be able to fix it though, sorry, so I've added the core team.
History
Date User Action Args
2020-10-27 09:54:48pxegersetrecipients: + pxeger, docs@python
2020-10-27 09:54:48pxegersetmessageid: <1603792488.66.0.729213845644.issue42167@roundup.psfhosted.org>
2020-10-27 09:54:48pxegerlinkissue42167 messages
2020-10-27 09:54:48pxegercreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.