bpo-44793: Fix checking the number of arguments when subscribe a generic type with ParamSpec parameter. (GH-27515)
For example Callable[P, T][[int], str, float] will now raise an error. Use also term "arguments" instead of "parameters" in error message for too few/many arguments.
S
Serhiy Storchaka committed
f92b9133ef67e77605cbd315b6b6c81036ce110e
Parent: 208a7e9
Committed by GitHub <noreply@github.com>
on 8/2/2021, 6:17:46 AM