Commit Graph

2 Commits

Author SHA1 Message Date
landry
206684cb34 Unbreak on ppc & give it a chance to build on mips*. Set ONLY_FOR_ARCHS
since it has platform-dependent code in slp_platformdetect.h..

breakage reported by ajacoutot@
2012-08-17 21:51:49 +00:00
landry
2d812e4163 Import py-greenlet 0.4.0.
The greenlet package is a spin-off of Stackless, a version of CPython
that supports micro-threads called "tasklets". Tasklets run
pseudo-concurrently (typically in a single or a few OS-level threads)
and are synchronized with data exchanges on "channels".

Dependency of the just-imported py-gevent.
ok rpointel@
2012-07-17 19:24:47 +00:00