-
Committer:
Christopher Armstrong
-
Date:
2012-03-05 18:43:27 UTC
-
mfrom:
(14.1.1 standalone-greenlet)
-
Revision ID:
radix@twistedmatrix.com-20120305184327-m6iwen5qvk0yqm7g
Merge lp:~exarkun/corotwine/standalone-greenlet: Support the standalone
'greenlet' module in addition to the one from py.magic.
Author: exarkun
Reviewer: radix
This 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).