| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @dr-carlos for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14, 3.15. |
Sorry, something went wrong.
|
GH-155709 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
|
GH-155710 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…ols.partial` (python#155663) Test `get_annotations()` on wrapped cyclical `functools.partial`
| Back | FazBrowse Home | New Git URL |
There is currently no test in test_annotationlib to get the annotations of a function f which is wrapped by a partial of itself, despite the behaviour being implemented in annotationlib:
cpython/Lib/annotationlib.py
Lines 1054 to 1055 in 025e7d2
This PR adds such a test based on the existing cyclical wrapper tests.