]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH...
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Wed, 12 May 2021 17:04:43 +0000 (01:04 +0800)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 17:04:43 +0000 (10:04 -0700)
commit88136bbd0500b688c05e914be031cd3c243e42d8
treea83f1debb2b7353c9c5f3378a7f117f3c7fe655f
parent1be93960612b29686d42c021f842e63e5143a625
[3.9] bpo-38908: Fix issue when non runtime_protocol does not raise TypeError (GH-26067) (GH-26075)

(cherry picked from commit c40486a)

Co-authored-by: Yurii Karabas 1998uriyyo@gmail.com
Automerge-Triggered-By: GH:gvanrossum
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]