-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
support for pypy #209
Comments
It would be nice:
Also, it looks like travis does support pypy, that will help a lot. So go ahead if you like. |
Maybe we could reduce the mess by having specific files to support each platform, like |
I'll look into that. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment pygit2 supports python 2.6, 2.7, 3.1, 3.2 and 3.3. Sadly pypy is not supported yet. I would be happy if we could refactor the code of pygit2 a little bit to support pypy as well. If you try the test suite with pypy you get the following error:
src/pygit2.c:30:20: fatal error: osdefs.h: No such file or directory #include <osdefs.h>
I think the issue are
Do you think it's worth the time?
The text was updated successfully, but these errors were encountered: