lp://staging/corotwine
- Get this branch:
- bzr branch lp://staging/corotwine
Branch merges
Branch information
Recent revisions
- 15. By Christopher Armstrong
-
Merge lp:~exarkun/corotwine/standalone-greenlet: Support the standalone
'greenlet' module in addition to the one from py.magic.Author: exarkun
Reviewer: radixThis change adds a fallback to corotwine to use the "greenlet" library if
"py.magic.greenlet" is unavailable. "py.magic.greenlet" appears no longer to
be available in recent versions of pylib. The standalone "greenlet" module
has the same API and appears to be the same code, split into an independent
distribution. PyPy also supports the "greenlet" module (via its own
implementation). - 11. By Christopher Armstrong
-
make returning from the connection-handling function close the connection,
with tests. Update example code to not explicitly call transport.close. - 6. By Christopher Armstrong
-
switch back to raising the original twisted reason exception for connection
lost events, now that Twisted has a ConnectionClosed class that represents
both types of connection closure.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)