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

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions