]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26067)
authorYurii Karabas <1998uriyyo@gmail.com>
Wed, 12 May 2021 15:47:49 +0000 (18:47 +0300)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 15:47:49 +0000 (08:47 -0700)
commitc40486a32d7e37b01ead94e701d69847f5b60e30
treeca42f8aad68e8e6bfb324017b8a79f8207de4c5d
parent9b06e4b535a3a0af495604778d4010a4677478cc
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (#26067)
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]