mypy
mypy copied to clipboard
Further improvements to functools.partial handling
- Fixes another crash case / type inference in that case
- Fix a false positive when calling the partially applied function with kwargs
- TypeTraverse / comment / daemon test follow up ilevkivskyi mentioned on the original PR
See also https://github.com/python/mypy/pull/17423
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅