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? Victor
