]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Mar 2023 03:28:34 +0000 (20:28 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Mar 2023 03:28:34 +0000 (20:28 -0700)
commit766038d995f26eec57d62b1143183e6f2c1b14e6
tree15ebdc4fa370bdbd7688fa9939814740cb27b7e2
parentabd6e97020e5773ce2136228e31930a6d9e82dc0
gh-103054: typing: Improve `Callable` type substitution tests (GH-103055)

(cherry picked from commit 60bdc16b459cf8f7b359c7f87d8ae6c5928147a4)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Eclips4 <80244920+Eclips4@users.noreply.github.com>
Lib/test/test_typing.py