gevent-on-pypy / pypycore

gevent.core implemented as cffi module, might be used with pypy
56 stars 16 forks source link

This has been merged into gevent in https://github.com/surfly/gevent/pull/434

pypycore

gevent.core implemented as cffi module, might be used with pypy (someday)

Installation

Make sure you have PyPy 2.0 or greater (must also work with CPython 2.7). Gevent and pypycore must be installed were PyPy will be able to find them, and virtualenv can be used such environment:

$ virtualenv -p /path/to/bin/pypy venv
$ source venv/bin/activate
(venv)$ pip install git+git://github.com/schmir/gevent@pypy-hacks
(venv)$ pip install cffi
(venv)$ pip install git+git://github.com/gevent-on-pypy/pypycore
(venv)$ export GEVENT_LOOP=pypycore.loop