]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132467: Document and test that generic aliases are not classes (#133504)
authorAbduaziz π <mail@ziyodov.uz>
Wed, 3 Jun 2026 13:35:25 +0000 (18:35 +0500)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2026 13:35:25 +0000 (13:35 +0000)
commit5915a1fb9d8499387e371c6801b40c55cf126dbf
tree2ef71991f36064794be44e26031a8465f11b1a90
parent58beae7319c58d850184d621d6635de23f71a229
gh-132467: Document and test that generic aliases are not classes (#133504)

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