Skip to content
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
Next Next commit
Doc: Add SET_FUNCTION_ATTRIBUTE 0x10 (annotate) to dis documentation
Fixes gh-141155
  • Loading branch information
Lakshya-Upadhyaya committed Nov 9, 2025
commit 16c0c26b4b93c8080c0e296e979fa7b13047c244
1 change: 1 addition & 0 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1673,6 +1673,7 @@ 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 annotate function for the function object
Comment thread
picnixz marked this conversation as resolved.
Outdated
Comment thread
picnixz marked this conversation as resolved.
Outdated

.. versionadded:: 3.13

Expand Down
Loading