]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 25 Aug 2021 18:13:59 +0000 (02:13 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Aug 2021 18:13:59 +0000 (21:13 +0300)
commit23384a1749359f0ae7aaae052073d44b59e715a1
tree173d8393cd1f565c4a60fff1e6c6b83bdab8d984
parent551da597a0996b0fb3af425f48aa5bc63ea6b963
bpo-44524: Don't modify MRO when inheriting from typing.Annotated (GH-27841)
Lib/test/test_typing.py
Lib/typing.py