]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Mar 2024 00:36:14 +0000 (01:36 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 00:36:14 +0000 (00:36 +0000)
commit9f831f442c8b0ff625887ed33dda80e1f77ee1aa
treea7556c31d04067a4c10d945e3452b284c071fe5b
parent655c4255fcb8ff73a720db7d5aa4dbb9b2e809e6
[3.12] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117357)

gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111)
(cherry picked from commit 8eec7ed714e65d616573b7331780b0aa43c6ed6a)

Co-authored-by: 傅立业(Chris Fu) <17433201@qq.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2024-03-21-07-27-36.gh-issue-117110.9K1InX.rst [new file with mode: 0644]