]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 19 Jan 2022 15:32:25 +0000 (18:32 +0300)
committerGitHub <noreply@github.com>
Wed, 19 Jan 2022 15:32:25 +0000 (23:32 +0800)
commit0a49148e87cca11e3820cbff2abfd316986a68c6
treec9c7977e47e27a61f26caf9653bf649de60142be
parent0eae9a2a2db6cc5a72535f61bb988cc417011640
bpo-46413: properly test `__{r}or__` code paths in `_SpecialGenericAlias` (GH-30640)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py