]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 26 Sep 2021 16:32:18 +0000 (19:32 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Sep 2021 16:32:18 +0000 (18:32 +0200)
commitf56268a2cd38b3fe2be1e4361d3d8b581e73559b
treef0b993e5791006e84f550bcceb980b38c31e575a
parent7834ff26cbcd4d8394d64d80d9f51a364d38b1c6
bpo-45280: Add test for empty `NamedTuple` in `test_typing` (GH-28559)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
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]