]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Jan 2022 22:37:52 +0000 (14:37 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Jan 2022 22:37:52 +0000 (14:37 -0800)
commit46e6aad12958d3b73c5377ec034d056bb1a36d65
tree8b35bc6a2ed86af54212995febed6a89110528a9
parentd548c871716dfda73714d9f38b4e4219878a414e
bpo-46445: Cover multiple inheritance of `TypedDict` in `test_typing` (GH-30719)

(cherry picked from commit 65b88d5e01c845c0cfa3ff61bc8b2faec8f67a57)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py