]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 4 Aug 2021 20:36:01 +0000 (13:36 -0700)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 20:36:01 +0000 (13:36 -0700)
commit536e35ae6a2555a01f4b51a68ad71dbf7923536d
tree35066a7e1de5a8a4110f4d410c64a24add6a546d
parentc2593b4d06712cefcdeae93b32f88faa4772bc3a
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)

(cherry picked from commit 3875a6954741065b136650db67ac533bc70a3eac)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/_collections_abc.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-08-03-20-37-45.bpo-44801.i49Aug.rst [new file with mode: 0644]