]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 26 Sep 2024 14:46:29 +0000 (16:46 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 14:46:29 +0000 (14:46 +0000)
commit4659026e1d90a6510a4bb2cf548688046a258de0
tree46c84d047c325aa562d29704a18d7b4c0032ac55
parent42432e5254d16287f50e133878eb18ca024e0a46
[3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (GH-124499) (#124604)

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