]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)
authorsobolevn <mail@sobolevn.me>
Fri, 11 Oct 2024 14:39:18 +0000 (17:39 +0300)
committerGitHub <noreply@github.com>
Fri, 11 Oct 2024 14:39:18 +0000 (17:39 +0300)
commit2115d76acc14effb3dbb9fedcf21048b2ad62c5e
tree9d7477942b22a8517348cc9f27759eef3ade28d0
parentb3aa1b5fe260382788a2df416599325ad680a5ee
gh-124787: Fix `TypeAliasType` and incorrect `type_params` (#124795)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_type_aliases.py
Misc/NEWS.d/next/Library/2024-09-30-20-46-32.gh-issue-124787.3FnJnP.rst [new file with mode: 0644]
Objects/typevarobject.c