Jukka Lehtosalo
Jukka Lehtosalo
Prepared a revert of #19139 which we can merge if the regression is tricky or slow to fix: * #19161
@charulatalodha Sorry for the delay, this is now on my list of PRs to review next. I'll try to get back to this soon.
I'm not quite sure about the exact thing you are trying to do. Would you like to a function `compose(f1, f2, ...)` that can compose an arbitrary number of functions?...
Hmm maybe we could compile stubgen modules, so they wouldn't need to use interpreted subclasses?
Or alternatively, would it help if we'd stop compiling `mypy.stubutil`.
@devmessias Yeah, that would work, but some of the other ideas wouldn't require any code duplication.
We now have a lowering pass, so this is a bit easier to implement than in the past.
I was already planning to start the release process this week :-) I was waiting for Python 3.12 type parameter syntax to be officially supported and enabled by default. Mypyc...
> However, that requires no code changes, one can upload additional wheels to PyPI at any time. I guess we can upload new wheels, but only if they become available...
> Hmm.. I don't see why it would be confusing? There is a small risk that the initial compiled binary for 3.13 would contain bugs specific to the compiled version,...