False negative when multiple *args
or **kwargs
are used in callable with ParamSpec
#9319
Labels
addressed in next version
Issue is fixed and will appear in next published version
bug
Something isn't working
The following example should result in a type error:
This bug also exists in mypy and was reported here.
We may want to add this test to the typing spec conformance test suite.
The text was updated successfully, but these errors were encountered: