Jukka Lehtosalo

Results 479 comments of Jukka Lehtosalo

I've been testing the latest master, and I've found one release blocker so far: * https://github.com/python/mypy/issues/17841

This release will fix many false negatives in an internal codebase I'm using for testing. This is great, but it slows down the testing process, since I want to check...

Our internal mypy runner scripts can download wheels from [mypy_mypyc-wheels](https://github.com/mypyc/mypy_mypyc-wheels), so testing them is already fairly easy (but it's still manual). I think I'll spot check new errors generated by...

I'm looking into fixing (at least partially) this performance issue before cutting the release branch: * https://github.com/python/mypy/issues/17231

The performance issue I mentioned above (#17231) takes a bit more effort than I initially thought, so a full fix likely won't make into the release. I've been testing mypy...

It looks like we can have 3.13 support in this release! A new version of cibuildwheel was just released, and it supports 3.13.0rc3: https://github.com/pypa/cibuildwheel/commit/f1859528322d7b29d4493ee241a167807661dfb4 I'm still investigating one potential small...

We also need documentation for the recently merged TypedDict ReadOnly support (#17644). It doesn't block cutting the release branch, as it can be cherry-picked. One more thing: I'd like mypy...

I've created the release branch. ETA for the release is by Oct 11, assuming no major regressions are found.

I cherry-picked #17883. I agree that this is an important fix.

Additional cherry-picks: * #17891 * #17889