-
Notifications
You must be signed in to change notification settings - Fork 43
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
PyPy3 Build Failing #113
Comments
I saw this kind of error due to the process allocating large amounts of memory (more than 50%) in some previous test, then trying to fork in subprocess.Popen. Is the failure new? |
@mattip Looks like it has been failing since at least Oct 2019: https://travis-ci.org/github/chtd/psycopg2cffi/builds/601686036 |
These are the tests that are failing: https://github.com/chtd/psycopg2cffi/blob/master/psycopg2cffi/tests/test_notify.py |
Are there any plans to fix psycopg2cffi on PyPy? |
A while back when we needed psycopg2cffi on PyPy I did few fixes on my own. This project looked like it was dead so I forked it and applied changes there. |
The project is more dead than alive - I can merge simple PR and make releases, but not really anything more complicated. I'd be happy to redirect to supported fork or transfer ownership. |
PyPy3 build is failing on master: https://travis-ci.org/github/chtd/psycopg2cffi/builds/601941468
Given how critical this package is for those running Django/PostgreSQL using PyPy3, @mattip do you have any ideas on what is going on?
It looks like some work was attempted in https://github.com/chtd/psycopg2cffi/tree/fix-pypy3-build
The text was updated successfully, but these errors were encountered: