]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2024 01:01:06 +0000 (03:01 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:01:06 +0000 (18:01 -0700)
commite20505cb4164e5768f39cfa2653847ae3d74ba26
treec43405fe1ea5f5f97909aa99e1a8b4568c4a1a88
parent6b847be207d1ebd1c105fa41c0e627225a844750
[3.13] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124603)

gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499)
(cherry picked from commit abe5f799e6ce1d177f79554f1b84d348b6141045)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_type_aliases.py
Misc/NEWS.d/next/Library/2024-09-25-12-14-58.gh-issue-124498.Ozxs55.rst [new file with mode: 0644]
Objects/typevarobject.c