]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46998: Allow subclassing Any at runtime (GH-31841)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Tue, 5 Apr 2022 02:35:29 +0000 (19:35 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Apr 2022 02:35:29 +0000 (19:35 -0700)
commit5a4973e29f2f5c4ee8c086f40325786c62381540
tree299614c1035acc20242c9e73156b70b40c3cc200
parentbb86d1d9fbd1888524e04475383f4ea764277f67
bpo-46998: Allow subclassing Any at runtime (GH-31841)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/typing.rst
Lib/test/test_functools.py
Lib/test/test_pydoc.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-03-13-08-52-58.bpo-46998.cHh-9O.rst [new file with mode: 0644]