Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I install it with pypy1.9 #19

Closed
myoula opened this issue Aug 20, 2013 · 2 comments
Closed

I install it with pypy1.9 #19

myoula opened this issue Aug 20, 2013 · 2 comments

Comments

@myoula
Copy link

myoula commented Aug 20, 2013

because PyObject_Bytes is PyObject_Str alias.
so i replace PyObject_Bytes With PyObject_Str in reader.c on line 200.
and update pypy1.9 distribution to pypy 2.0x distribution.
then it's ok.

@pietern
Copy link
Contributor

pietern commented Jan 5, 2014

PyPy is not supported right now. I'm not sure if it would make sense to start supporting it either, because the performance gains of C extensions on CPython are supposedly lost on PyPy. See: http://doc.pypy.org/en/latest/faq.html#do-cpython-extension-modules-work-with-pypy

@pietern pietern closed this as completed Jan 5, 2014
@pepijndevos
Copy link

For what it's worth, I'm writing a Redis client that works on PyPy using CFFI to talk to Hiredis.

https://github.com/pepijndevos/pypredis/blob/master/pypredis/reader.py

If there is a demand, I could be talked into releasing the reader as a separate library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants