On Jan 14, 2014, at 1:30 PM, Victor Stinner <[email protected]> wrote:

> Hi,
> 
> 2014/1/14 Glyph Lefkowitz <[email protected]>:
>> I'm actually hoping to distribute such a thing within Twisted itself, so 
>> that it can run against either Trollius or Tulip (in fact, Twisted's core 
>> event loop already supports Python 3, and we have a Python 3 buildbot, 
>> although much of the useful ancillary functionality hasn't been ported yet; 
>> I suspect it could be used as an event loop for Tulip already).
>> 
>> Would you like to coordinate on contributing such a thing?
> 
> I tested the Twisted event loop. It works with Python 2 and Python 3.
> It works with Trollius, but also with Tulip. Well, I only tested the
> Hello World, real issues probably come later with real applications
> :-)
> http://docs.python.org/dev/library/asyncio-task.html#example-hello-world-coroutine
> 
> I'm not sure that Trollius repository is the best place for such code.
> Feel free to copy elsewhere if you prefer. Or it needs maybe its own
> repository?

I was thinking that development on this could proceed in the Twisted repository 
proper.  This is exactly the sort of thing that Twisted should come with out of 
the box, especially given that asyncio will be in the standard library in newer 
Pythons :-).

If you're interested in doing it there, perhaps we should discuss off-list?

-glyph

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to