Uh oh!
There was an error while loading. Please reload this page.
gh-144629: Add test for the PyFunction_GetAnnotations function - #144630
Conversation
nybblista
commented
Feb 9, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
08edaaf to
5e4d05fComparenybblista
commented
Feb 9, 2026
The other test functions in the |
Uh oh!
There was an error while loading. Please reload this page.
5e4d05f to
323eabdComparenybblista
commented
Feb 10, 2026
💯 I agree with @ZeroIntensity. However, I think it would be a good idea to apply the same approach to |
vstinner
commented
Feb 10, 2026
I don't think that it's worth it to modify existing functions, it would only be a coding style change. |
Uh oh!
There was an error while loading. Please reload this page.
Thanks @nybblista for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
pythonGH-144630) (cherry picked from commit cc81707) Co-authored-by: Nybblista <170842536+nybblista@users.noreply.github.com>
Sorry, @nybblista and @vstinner, I could not cleanly backport this to |
GH-144670 is a backport of this pull request to the 3.14 branch. |
vstinner
commented
Feb 10, 2026
3.13 branch lacks |
vstinner
commented
Feb 10, 2026
Merged, thanks. |
Add test for the
PyFunction_GetAnnotationsfunction.