Jukka Lehtosalo

Results 479 comments of Jukka Lehtosalo

@JelleZijlstra Yes. This should be fine, I think: ```py from typing import Any, Dict, Literal kw: Dict[Literal["a", "b"], Any] def func(a=None, b=None): pass func(**kw) ```

Yes, I think 1.19 should still support 3.9, at least if it isn't delayed for many additional weeks.

To move this forward, somebody with access to ARM Windows would have to try compiling mypy and mypyc and ensuring that tests pass and performance is reasonable. We can then...

Thanks for looking up the stats! Based on them, this doesn't look relevant yet. We can revisit this once Windows ARM accounts for a non-trivial fraction of downloads (say 0.1%).

Yeah, it may make sense to propose increasing the PyPI size limit soon. Does anybody know where we can see how close we are to the 20 GB limit?

We're at 17.3 GB / 20 GB, so an increase will be needed soon.

Thanks, this makes it easier to keep track of all the PRs. I'll try to find time to review some of these PRs this week.

What about filtering the module search path based on the first component(s) of the target module name? We could create a dict that maps a module name prefix `` to...

@hauntsaninja Are you interested in looking into filtering the search path (see my comment above)? If not, I might have a look at it at some point.