Documentation
The following opcodes which can appear in the output of dis, do not appear in the documentation https://docs.python.org/3.13/library/dis.html:
- LOAD_FAST_LOAD_FAST
- LOAD_FROM_DICT_OR_DEREF
- LOAD_FROM_DICT_OR_GLOBAL
- STORE_FAST_STORE_FAST
- STORE_FAST_LOAD_FAST
- STORE_FAST_STORE_FAST
- ENTER_EXECUTOR
Linked PRs
Documentation
The following opcodes which can appear in the output of dis, do not appear in the documentation https://docs.python.org/3.13/library/dis.html:
Linked PRs