mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Further improvements to functools.partial handling

Open hauntsaninja opened this issue 1 year ago • 3 comments

  • 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

hauntsaninja avatar Jun 22 '24 22:06 hauntsaninja

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 22 '24 22:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 22 '24 22:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jun 23 '24 08:06 github-actions[bot]

According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅

github-actions[bot] avatar Jul 01 '24 23:07 github-actions[bot]