Dennis Sweeney <sweeney.dennis...@gmail.com> added the comment:

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.

----------
nosy: +Dennis Sweeney

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to