]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH...
authorNikita Sobolev <mail@sobolevn.me>
Fri, 17 Mar 2023 20:11:58 +0000 (23:11 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2023 20:11:58 +0000 (13:11 -0700)
commite732a859340353e982c69a80b753830756ee85bf
tree565ca422f9426bc9eb78cf4609cb2c70a2ff6201
parent744a41bf4963a5346f43ec8632a8becb5c0112e2
[3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102790)

This is a manual backport of https://github.com/python/cpython/pull/102722 but without `typing.py` changes and without `TypeVarTuple` case, because it was added in 3.11

Automerge-Triggered-By: GH:AlexWaygood
Lib/test/test_typing.py