]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAlias...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 13 Oct 2025 20:36:24 +0000 (22:36 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 20:36:24 +0000 (20:36 +0000)
commit7a13953bc33a0c8a1835b565833dfc1b92b80e20
treee3616f509730686122aae38f4972ec26ba10c612
parentc5edf7d6f42886eee057816c2c4b8c46867222ae
[3.14] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140063)

gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016)
(cherry picked from commit be60e4b4f34a097d999d337446786ae14e35c964)

Co-authored-by: Mikhail Efimov <efimov.mikhail@gmail.com>
Misc/NEWS.d/next/Core_and_Builtins/2025-10-13-17-56-23.gh-issue-140000.tLhn3e.rst [new file with mode: 0644]
Objects/typevarobject.c