Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.
/ pypycore Public archive

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

Notifications You must be signed in to change notification settings

gevent-on-pypy/pypycore

Repository files navigation

This has been merged into gevent in gevent/gevent#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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published