mirror of
https://github.com/python/cpython.git
synced 2026-03-30 08:30:57 +00:00
gh-140980: document SET_FUNCTION_ATTRIBUTE flag for annotate function (#141306)
This commit is contained in:
parent
807db68ddd
commit
6f20ea1e2d
1 changed files with 4 additions and 0 deletions
|
|
@ -1673,9 +1673,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
|
||||
* ``0x10`` the :term:`annotate function` for the function object
|
||||
|
||||
.. versionadded:: 3.13
|
||||
|
||||
.. versionchanged:: 3.14
|
||||
Added ``0x10`` to indicate the annotate function for the function object.
|
||||
|
||||
|
||||
.. opcode:: BUILD_SLICE (argc)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue