commit | e732a859340353e982c69a80b753830756ee85bf | [log] [tgz] |
---|---|---|
author | Nikita Sobolev <mail@sobolevn.me> | Fri Mar 17 23:11:58 2023 +0300 |
committer | GitHub <noreply@github.com> | Fri Mar 17 13:11:58 2023 -0700 |
tree | 565ca422f9426bc9eb78cf4609cb2c70a2ff6201 | |
parent | 744a41bf4963a5346f43ec8632a8becb5c0112e2 [diff] |
[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