Skip to content

Conversation

@guilhermeleobas
Copy link
Contributor

@guilhermeleobas guilhermeleobas commented Jan 31, 2026

LOAD_METHOD was removed in Python 3.14 but there still a reference to it on dis page.

Pushes a ``NULL`` to the stack.
Used in the call sequence to match the ``NULL`` pushed by
:opcode:`!LOAD_METHOD` for non-method calls.
:opcode:`!LOAD_ATTR` for non-method calls.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:opcode:`!LOAD_ATTR` for non-method calls.
:opcode:`LOAD_ATTR` for non-method calls.

Lets also link to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants