]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
authorMikhail Efimov <efimov.mikhail@gmail.com>
Wed, 15 Oct 2025 16:08:17 +0000 (19:08 +0300)
committerGitHub <noreply@github.com>
Wed, 15 Oct 2025 16:08:17 +0000 (09:08 -0700)
commitf673f0e7b49b305ba7608386a354da328066a664
tree944ff658b4003bd843958e90d1ed081cc5248639
parent5213f1b6840dfb6a6e7b3ea0b0d8edd62ddd7574
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
Doc/library/typing.rst
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_type_aliases.py
Misc/NEWS.d/next/Core_and_Builtins/2025-10-12-01-12-12.gh-issue-139817.PAn-8Z.rst [new file with mode: 0644]
Objects/clinic/typevarobject.c.h
Objects/typevarobject.c