gh-144629: Add test for the PyFunction_GetAnnotations function#144630
gh-144629: Add test for the PyFunction_GetAnnotations function#144630vstinner merged 1 commit intopython:mainfrom
Conversation
08edaaf to
5e4d05f
Compare
|
The other test functions in the |
5e4d05f to
323eabd
Compare
|
💯 I agree with @ZeroIntensity. However, I think it would be a good idea to apply the same approach to |
I don't think that it's worth it to modify existing functions, it would only be a coding style change. |
|
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. |
3.13 branch lacks |
|
Merged, thanks. |
Add test for the
PyFunction_GetAnnotationsfunction.