Skip to content

Several Python 3.13 opcodes are not documented #122838

@MatthieuDartiailh

Description

@MatthieuDartiailh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixesdocsDocumentation in the Doc dirinterpreter-core(Objects, Python, Grammar, and Parser dirs)

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions