]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:38:13 +0000 (01:38 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Mar 2024 00:38:13 +0000 (00:38 +0000)
commit01ab43c08a8c7ad1d123bc465a0fe60e3525218f
tree1743fefe0c88465d2de032df2ab17097dfcdf5f1
parent8bbb12169f4da529de436ed88280cc6888574520
[3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117358)

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]