There seems to be a problem when compiling greenlet==0.4.0 with GCC 4.8.
It randomly raises SystemError: NULL result without error in PyObject_Call or just segfaults. It works correctly when specifying CFLAGS="-O0".
More information together with stack trace can be found here: http://stackoverflow.com/questions/15924353/gevent-redis-py-systemerror-null-result-without-error-in-pyobject-call/15974280
There seems to be a problem when compiling
greenlet==0.4.0with GCC 4.8.It randomly raises
SystemError: NULL result without error in PyObject_Callor just segfaults. It works correctly when specifyingCFLAGS="-O0".More information together with stack trace can be found here: http://stackoverflow.com/questions/15924353/gevent-redis-py-systemerror-null-result-without-error-in-pyobject-call/15974280