]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 23 Jul 2024 21:16:50 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2024 21:16:50 +0000 (21:16 +0000)
commit7b7b90d1ce5116f29ad6c8120c0490824baa54e0
treeb273afb5767b7a55fb52a277cc9512ebfc4ac12d
parent64e221d7ada8f6c20189035c7e81503f4c914f04
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
15 files changed:
Doc/howto/descriptor.rst
Lib/annotationlib.py [new file with mode: 0644]
Lib/dataclasses.py
Lib/functools.py
Lib/inspect.py
Lib/test/test_annotationlib.py [new file with mode: 0644]
Lib/test/test_dataclasses/__init__.py
Lib/test/test_functools.py
Lib/test/test_grammar.py
Lib/test/test_inspect/test_inspect.py
Lib/test/test_type_annotations.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-06-11-07-17-25.gh-issue-119180.iH-2zy.rst [new file with mode: 0644]
Python/stdlib_module_names.h