TypeVarTuple and ParamSpec allow too few arguments to be specified when used together #131696
Closed as not planned
TypeVarTuple and ParamSpec allow too few arguments to be specified when used together #131696
Bug report
Bug description:
Following #99344, it seems to me that the following should raise a
TypeError:I understand that these use cases may be really hard to support at runtime, if so I don't mind closing the issue.
CPython versions tested on:
3.14
Operating systems tested on:
No response