> On Oct 4, 2014, at 2:46 AM, Victor Stinner <[email protected]> wrote:
> 
> Hi,
> 
> The SelectorEventLoop has many limits. It does not support subprocesses for 
> example.
> https://docs.python.org/dev/library/asyncio-eventloops.html#windows 
> <https://docs.python.org/dev/library/asyncio-eventloops.html#windows>
> 
> If you are motivated, you may try to reimplement _overlapped with cffi or 
> ctypes. But what is your problem with _overlapped? You cannot install Tulip? 
> The module is built in since Python 3.4. This version is available for 
> Windows.
> 
> 

My problem with _overlapped is mostly that it required a compiler. I’m idly 
considering what it’d take to give pip some concurrency and one of the 
requirements there is that we can’t depend on anything that isn’t in the 
standard library of 2.6, 2.7, 3.2+ or can’t be bundled inside of pip and is 
pure Python. Most likely this will end up being threads but I really don’t like 
threads much and It occurred to me it may be possible to bundle Trollius.

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

Reply via email to