Steve Dower
Steve Dower
(Disclosure: I'm a co-author of PEP 582 that this is implementing.) Florimond's answer is basically correct. The fundamental difference is that when implemented, CPython will no longer need to rely...
Those wheels appear to be fine, though I haven't run through all the tests I'd need to in order to be confident about the code. (I don't have a convenient...
@int19h Worth doing this for 3.0? How hard do you think it'll be?
No timeline (and the milestone was un-set a while ago), but we're very aware of this limitation and want to address it. We have more significant debugger work going on...
This sounds like a very reasonable plan to me. I don't want the core test suite to depend on packages from outside our repo, but a scheduled buildbot totally can....
Our required CI tests are already too unstable. If we add anything to them, I'd want it to be entirely static, and ideally transparent, which basically means a list of...
It's probably getting built before the limited API DLL (`python3.dll`). We need to force a dependency into the project file to ensure they are built in the right order. Add...
> I don't even think we can accept this as written today without a deprecation period as this is changing a public API so that makes this a feature. This...
+1 for indenting as in #345
> BTW it's VERY difficult to modify `proactor_events.py` if python was installed from MS Store. The easier way is to copy the entire asyncio package into your project and modify...