]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
authorkj <28750310+Fidget-Spinner@users.noreply.github.com>
Thu, 24 Dec 2020 04:33:48 +0000 (12:33 +0800)
committerGitHub <noreply@github.com>
Thu, 24 Dec 2020 04:33:48 +0000 (20:33 -0800)
commit73607be68668ab7f4bee53507c8dc7b5a46c9cb4
tree4ec6bb3f178e61b7fc61d979ec65519a4ef1d4bc
parentcc3467a57b61b0e7ef254b36790a1c44b13f2228
bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)
Lib/_collections_abc.py
Lib/test/test_genericalias.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-12-10-00-09-40.bpo-41559.1l4yjP.rst [new file with mode: 0644]
Objects/genericaliasobject.c