]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 Dec 2020 20:26:39 +0000 (12:26 -0800)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 20:26:39 +0000 (12:26 -0800)
commit03e571f1d5f3e7a11f33bb9f47dd4acedf17b166
tree8a8e69ead083a7419ea8f65a4ef949cf054282d2
parent9f6a37cc072dab9f9a13d491d3592d23d9809d2b
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)

PR 1/2. Needs backport to 3.9.
(cherry picked from commit 4140f10a16f06c32fd49f9e21fb2a53abe7357f0)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py
Lib/typing.py