Jukka Lehtosalo
Jukka Lehtosalo
I'm a little surprised that we apparently don't have a test for this. This looks like a significant regression, though it wasn't obvious likely because many projects we test against...
> I'm a little surprised that we apparently don't have a test for this. I didn't realized that this only happens in a fairly specific scenario. Having everything in a...
Ok, I treat this as a non-blocker for the release.
I'm still in the process of figuring out the implications to mypy (which uses a differerent approach currently), in case this would surface some additional edge cases worth documenting. I'm...
Source code diffs being cleaner after small changes is a secondary concern and seems lower priority. The main issue is that when compiling the identical code (with the same dependencies...
Using a mypy plugin hook for this may be an option, though no existing hook seems to fit the bill. The existing API may be enough to get the right...
I think here the issue is that the return type of `asyncio.gather` in typeshed stubs is a lie. Since it's a common library feature a lot of people would likely...
Mid to late October release sounds good. @p-sawicki is expected to be the release manager. This release will also have `librt` as a new dependency. It would be good to...
Found a release-blocker when testing in an internal repository: * #20174
I think all the blockers have been resolved, now that `librt.internal` versioning works better (#20221 and #20225).