Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-105848: Get rid of KW_NAMES #105849

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Catch up with main
  • Loading branch information
brandtbucher committed Jun 16, 2023
commit a1640c76b5139a5c6a64dfcad9013c6986b2bebd
2 changes: 1 addition & 1 deletion Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ iterations of the loop.
.. versionadded:: 3.11


.. opcode:: MAKE_FUNCTION (flags)
.. opcode:: MAKE_FUNCTION

Pushes a new function object on the stack built from the code object at ``STACK[1]``.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.