Closed erictraut closed 2 months ago
…ic conditions involving a function decorator with an return type inferred from an inner function parameterized by a ParamSpec. This addresses #8779.
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
…ic conditions involving a function decorator with an return type inferred from an inner function parameterized by a ParamSpec. This addresses #8779.