]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Aug 2021 18:07:01 +0000 (21:07 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Aug 2021 18:07:01 +0000 (20:07 +0200)
commit3875a6954741065b136650db67ac533bc70a3eac
tree14347458795f0017b39dad3c686b4459c6e6a904
parent10faada709561663d6b1f623d308ff45e3808cca
bpo-44801: Check arguments in substitution of ParamSpec in Callable (GH-27585)
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]