]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2022 14:06:50 +0000 (17:06 +0300)
committerGitHub <noreply@github.com>
Wed, 4 May 2022 14:06:50 +0000 (17:06 +0300)
commit9d20e1af409c22537f096206edd330f16ab8f1f3
tree6b7d928cf568547932a19130cfd309b187e29d93
parent000a072318f8709dfe5c2f8c63dfa4a57f075674
gh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)
Lib/test/test_collections.py
Lib/test/test_typing.py