{{ message }}
gh-140980: document SET_FUNCTION_ATTRIBUTE flag for annotate function #141306
Merged
picnixz merged 3 commits intoNov 9, 2025
Merged
gh-140980: document SET_FUNCTION_ATTRIBUTE flag for annotate function #141306picnixz merged 3 commits into
SET_FUNCTION_ATTRIBUTE flag for annotate function #141306picnixz merged 3 commits into
Conversation
picnixz
reviewed
Nov 9, 2025
picnixz
reviewed
Nov 9, 2025
picnixz
reviewed
Nov 9, 2025
ae00464 to
38151bf
Compare
November 9, 2025 18:19
picnixz
approved these changes
Nov 9, 2025
Hide details
View details
picnixz
merged commit
6f20ea1
into
python:main
Nov 9, 2025
34 checks passed
|
Thanks @Lakshya-Upadhyaya for the PR, and @picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
Member
|
Thank you! |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Nov 9, 2025
…` function (pythonGH-141306) (cherry picked from commit 6f20ea1) Co-authored-by: Lakshya Upadhyaya <lakshya.upadhyaya05@gmail.com>
StanFromIreland
pushed a commit
to StanFromIreland/cpython
that referenced
this pull request
Dec 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Fixes gh-140980
This adds documentation for the
0x10bit flag (annotate) that was added toSET_FUNCTION_ATTRIBUTEin #124566. The bit sets the annotate function forthe function object.
📚 Documentation preview 📚: https://cpython-previews--141306.org.readthedocs.build/