Skip to content

bpo-44530: Document the change in MAKE_FUNCTION behavior #93189

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

Merged
merged 3 commits into from
Jun 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into patch-1
* main: (3912 commits)
  gh-105831: Fix NEWS blurb from gh-105828 (#105833)
  gh-105820: Fix tok_mode expression buffer in file & readline tokenizer (#105828)
  gh-105751, test_ctypes: Remove disabled tests (#105826)
  gh-105821: Use a raw f-string in test_httpservers.py (#105822)
  gh-105751: Remove platform usage in test_ctypes (#105819)
  gh-105751: Reenable disable test_ctypes tests (#105818)
  gh-105751: Remove dead code in test_ctypes (#105817)
  More reorganisation of the typing docs (#105787)
  Improve docs for `typing.dataclass_transform` (#105792)
  GH-89812: Churn `pathlib.Path` test methods (#105807)
  gh-105800: Issue SyntaxWarning in f-strings for invalid escape sequences (#105801)
  gh-105751: Cleanup test_ctypes imports (#105803)
  gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
  gh-105751: test_ctypes avoids the operator module (GH-105797)
  gh-105751: test_ctypes: Remove @need_symbol decorator (GH-105798)
  gh-104909: Implement conditional stack effects for macros (#105748)
  gh-75905: Remove test_xmlrpc_net: skipped since 2017 (#105796)
  gh-105481: Fix types and a bug for pseudos (#105788)
  Update DSL docs for cases generator (#105753)
  GH-77273: Better bytecodes for f-strings (GH-6132)
  ...
  • Loading branch information
carljm committed Jun 15, 2023
commit cbf4deae559cd8f06e198129d203fbab2fe12903
6 changes: 3 additions & 3 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1431,13 +1431,13 @@ iterations of the loop.
* ``0x02`` a dictionary of keyword-only parameters' default values
* ``0x04`` a tuple of strings containing parameters' annotations
* ``0x08`` a tuple containing cells for free variables, making a closure
* the code associated with the function (at TOS)
* the code associated with the function (at ``STACK[-1]``)

.. versionchanged:: 3.10
Flag value ``0x04`` is a tuple of strings instead of dictionary

.. versionchanged:: 3.11
Qualified name at TOS was removed in favor of co_qualname usage
Qualified name at ``STACK[-1]`` was removed.


.. opcode:: BUILD_SLICE (argc)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy