Message398342
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. |
|
| Date |
User |
Action |
Args |
| 2021-07-28 04:10:56 | Dennis Sweeney | set | recipients:
+ Dennis Sweeney, docs@python, Mark.Shannon, pxeger, andrei.avk |
| 2021-07-28 04:10:56 | Dennis Sweeney | set | messageid: <[email protected]> |
| 2021-07-28 04:10:56 | Dennis Sweeney | link | issue42167 messages |
| 2021-07-28 04:10:55 | Dennis Sweeney | create | |
|