]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 22 May 2024 02:38:12 +0000 (22:38 -0400)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 02:38:12 +0000 (04:38 +0200)
commite9875ecb5dd3a9c44a184c71cc562ce1fea6e03b
tree9b8aca9a11a3c8e1e1278cbe0293a0eab5f622a2
parent73ab83b27f105a4509046ce26e35f20d66625195
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
13 files changed:
Include/cpython/funcobject.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_unicodeobject_generated.h
Lib/test/test_sys.py
Lib/test/test_type_annotations.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Core and Builtins/2024-05-20-10-10-51.gh-issue-119180.35xqpu.rst [new file with mode: 0644]
Objects/funcobject.c
Objects/moduleobject.c
Objects/typeobject.c