]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28570)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 26 Sep 2021 17:09:29 +0000 (10:09 -0700)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 17:09:29 +0000 (19:09 +0200)
commit08e387ab82331230d7f6608e949723d8a8e09229
tree9a272a3f6cedb983b7b549b2586848122f1e6f5d
parent1f08d16c90b6619607fe0656328062ab986cce29
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559) (GH-28570)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
(cherry picked from commit f56268a2cd38b3fe2be1e4361d3d8b581e73559b)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_typing.py
Misc/NEWS.d/next/Tests/2021-09-25-11-05-31.bpo-45280.3MA6lC.rst [new file with mode: 0644]