]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-138764: annotationlib: Make `call_annotate_function` fallback to using...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Oct 2025 16:22:29 +0000 (18:22 +0200)
committerGitHub <noreply@github.com>
Tue, 21 Oct 2025 16:22:29 +0000 (16:22 +0000)
commitc7fda9b3d18871a728cc6f38dc9d1edf15297c63
tree244b3bad59d0dd9585f9bfc483bf259a03a9df6a
parentd9e3d0eec7128986fa79b017b56b5405ec6d075a
[3.14] gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (GH-138803) (#140426)

gh-138764: annotationlib: Make `call_annotate_function` fallback to using `VALUE` annotations if both the requested format and `VALUE_WITH_FAKE_GLOBALS` are not implemented (GH-138803)
(cherry picked from commit 95c257e2e691456140e79bd98d1674cbd289eb38)

Co-authored-by: David Ellis <ducksual@gmail.com>
Doc/library/annotationlib.rst
Lib/annotationlib.py
Lib/test/test_annotationlib.py
Misc/NEWS.d/next/Library/2025-09-12-09-34-37.gh-issue-138764.mokHoY.rst [new file with mode: 0644]