]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-132467: Document and test that generic aliases are not classes (GH-133504...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jun 2026 15:26:36 +0000 (17:26 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 15:26:36 +0000 (08:26 -0700)
commit54bd7c0258c52e25f7e5afe6ab6afb7915e4944e
tree60c8eaf9eaee2720cbcdf198f3997fed01377fc9
parent24f5d3d59847fa68cc04d8d60bf9bf1374a5311d
[3.15] gh-132467: Document and test that generic aliases are not classes (GH-133504) (#150854)

gh-132467: Document and test that generic aliases are not classes (GH-133504)
(cherry picked from commit 5915a1fb9d8499387e371c6801b40c55cf126dbf)

Co-authored-by: Abduaziz π <mail@ziyodov.uz>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/stdtypes.rst
Lib/test/test_typing.py
Lib/typing.py