]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Mon, 28 Dec 2020 20:06:19 +0000 (04:06 +0800)
committerGitHub <noreply@github.com>
Mon, 28 Dec 2020 20:06:19 +0000 (12:06 -0800)
commit4140f10a16f06c32fd49f9e21fb2a53abe7357f0
treeec6e4a38d4d03b786196e86592b663a78b774493
parenta9621bb301dba44494e81edc00e3a3b62c96af26
bpo-42740: Fix get_args for PEP 585 collections.abc.Callable (GH-23963)

PR 1/2. Needs backport to 3.9.
Lib/test/test_typing.py
Lib/typing.py