mypy
b3d09374 - Fix subtyping between ParamSpecs (#15892)

Commit
2 years ago
Fix subtyping between ParamSpecs (#15892) Fixes https://github.com/python/mypy/issues/14169 Fixes https://github.com/python/mypy/issues/14168 Two sings here: * Actually check prefix when we should * `strict_concatenate` check should be off by default (IIUC it is not mandated by the PEP)
Author
Parents
Loading