Jukka Lehtosalo
Jukka Lehtosalo
There are various recent issues reported about `functools.partial`, which got improved support in mypy 1.11. I'll look at fixing some of these: * https://github.com/python/mypy/pull/17297 * https://github.com/python/mypy/issues/17741 * https://github.com/python/mypy/issues/17659 * https://github.com/python/mypy/issues/17620...
Another regression that would be good to fix (originally in 1.11): * #17551
Cherry-pick: * #17898
Documentation cherry-pick: * #17821
This should be fixed before the release is out: * #17901 I'll look into this tomorrow.
Closing since we don't support free threaded builds yet. If the issue still happens on a regular build using the latest master we can reopen this.
Things are a bit better now since it's possible to generate higher-level primitive ops in the first irbuild pass. These will then be converted into more verbose IR in a...
I'm worried that this approach will have a significant performance impact, especially when using a compiled mypy. It would be nice to see some performance measurements, especially when importing a...
Yeah, it would be nice if all the cases would be supported by mypy. I think that at least case 5 could be easy to support. 2 and 3 might...
The approach outlined above would be quite hard to combine with parallel type checking. The only approach that comes to mind that might work is to have every parallel worker...