]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 May 2021 16:09:04 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 16:09:04 +0000 (09:09 -0700)
commita2d94a0a9b8ae95d7d2b7fc34b501da5242ec22c
treed69473e07ab467afb932ef0c7fd0fea8dbf7e0c2
parentbd5dfd6c8c133ccda4dddcba3a8c5a9ea1aa1d6b
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-26067)

(cherry picked from commit c40486a32d7e37b01ead94e701d69847f5b60e30)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-05-12-16-43-21.bpo-38908.nM2_rO.rst [new file with mode: 0644]