jamadden / trollius

Deprecated, legacy project. Exists only to support existing dependents (e.g., ZEO)
Apache License 2.0
187 stars 26 forks source link

FTR I'm planning on using Trollius to support Python 2 in ZEO (part of the ZODB project) #12

Open jimfulton opened 8 years ago

jimfulton commented 8 years ago

I'm using a very small part of the asyncio/trollius APIs. Just socket connections and I/O, via callbacks. No coroutines/generators.

Hoping that this will get us to 2020. :)

jimfulton commented 8 years ago

Feel free to close this when you've seen it. It's really just FTR.

jimfulton commented 8 years ago

Woo hoo, all ZEO tests pass with Trollius and Python 2.7.

mgedmin commented 8 years ago

Lack of Trollius wheels (or eggs) on PyPI is making life harder for ZEO users on Windows. :cry:

mgedmin commented 5 years ago

Continued on https://github.com/zopefoundation/ZEO/issues/146: looks like the Zope community inherited the maintenance of Trollius from vstinner.