]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124499)
authorsobolevn <mail@sobolevn.me>
Thu, 26 Sep 2024 14:15:38 +0000 (17:15 +0300)
committerGitHub <noreply@github.com>
Thu, 26 Sep 2024 14:15:38 +0000 (17:15 +0300)
commitabe5f799e6ce1d177f79554f1b84d348b6141045
tree20548f04e2a7fbd56ad8cb02fa95be5b8f19c06c
parentcf2418076d7cf69a3bd4bf6be0e0001635a7ad4d
gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()` (#124499)
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