]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAlias...
authorMikhail Efimov <efimov.mikhail@gmail.com>
Tue, 14 Oct 2025 03:02:32 +0000 (06:02 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 03:02:32 +0000 (20:02 -0700)
commitcbcee9a0f018779b7f41436afe62090a0c4405a9
tree94db38fb3ec35849e59f1255a92c3a4482eef98a
parent0e7893207bf5268f9e35dd7fcab11d23f0052856
[3.13] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140073)

Correct traversing name attribute for TypeVar, TypeVarTuple, TypeAliasType, ParamSpec
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