Skip to content

Bytecode changes in 3.14 are not documented in dis module docs #135447

Open
@Techcable

Description

@Techcable

Documentation

The module documentation for dis normally contains documentation for all non-specialized bytecode instructions.

However, new bytecode instructions added in 3.14 (BUILD_INTERPOLATION, NOT_TAKEN, LOAD_SMALL_INT, etc) are missing from the 3.14 module docs. Changes to existing instructions like CALL_FUNCTION_EX are also undocumented.

  • BUILD_TEMPLATE
  • BUILD_INTERPOLATION
  • NOT_TAKEN
  • CALL_FUNCTION_EX (changed)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.14bugs and security fixesdocsDocumentation in the Doc dirtype-bugAn unexpected behavior, bug, or error

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions