]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] Improve test coverage for is_typeddict (GH-104884) (#104888)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 May 2023 19:23:35 +0000 (12:23 -0700)
committerGitHub <noreply@github.com>
Wed, 24 May 2023 19:23:35 +0000 (19:23 +0000)
commit5e911673e4e3cbf16dfa6dd624fa7a2187b4a8a7
treee152d5baee0a2d720ce3080c41f54599adeb38ac
parentfa7d8ce21f93123e751b13d47949fe875fa38da3
[3.11] Improve test coverage for is_typeddict (GH-104884) (#104888)

In particular, it's important to test that is_typeddict(TypedDict)
returns False.
(cherry picked from commit 1497607a8e99f1103c40368dd5f9057f0146a520)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_typing.py