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 Dennis Sweeney
Recipients Dennis Sweeney, Mark.Shannon, andrei.avk, docs@python, pxeger
Date 2021-07-28.04:10:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627445456.33.0.0343746273763.issue42167@roundup.psfhosted.org>
In-reply-to
Content
Opcodes change from one version to another. You linked the Python 3.9 documentation. Python 3.9 opcodes are listed here: https://github.com/python/cpython/blob/3.9/Lib/opcode.py (and you can browse the branches and commit history for that file).

3.9 has SETUP_WITH, but not WITH_CLEANUP_START, so that particular doc entry is all that needs to change (assuming I'm not missing anything), since it wasn't updated during GH-6641.

I'll open a PR against the 3.9 docs.
History
Date User Action Args
2021-07-28 04:10:56Dennis Sweeneysetrecipients: + Dennis Sweeney, docs@python, Mark.Shannon, pxeger, andrei.avk
2021-07-28 04:10:56Dennis Sweeneysetmessageid: <1627445456.33.0.0343746273763.issue42167@roundup.psfhosted.org>
2021-07-28 04:10:56Dennis Sweeneylinkissue42167 messages
2021-07-28 04:10:55Dennis Sweeneycreate