]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130881: Handle conditionally defined annotations (#130935)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 26 Mar 2025 03:48:19 +0000 (20:48 -0700)
committerGitHub <noreply@github.com>
Wed, 26 Mar 2025 03:48:19 +0000 (03:48 +0000)
commit898e6b395e63ad7f8bbe421adf0af8947d429925
tree1f7ac787d1e9e3d4e887216af7738225e7df518a
parent7bb41aef4b7b8f3c3f07c11b801c5b7f8afaac7f
gh-130881: Handle conditionally defined annotations (#130935)
Include/internal/pycore_compile.h
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_symtable.h
Include/internal/pycore_unicodeobject_generated.h
Lib/test/test_type_annotations.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-06-17-04-27.gh-issue-130935.ss4lmS.rst [new file with mode: 0644]
Python/codegen.c
Python/compile.c
Python/symtable.c