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
Event loop destruction performs file read/write operations in gevent>=20.5.1 #1686
Comments
This might relate to #1669. |
Thanks for the reports! I don't have the prerequisites to reproduce #1669, but I do suspect that they are both the same basic issue. I expect to have this fixed in the next gevent release. In the meantime and for older versions, if you add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The following program reliably hangs on gevent>=20.5.1. It works as expected on gevent 20.5.0.
The expected output looks like this, with a 1 second interval between "Child PID" and "Read from pipe in PID". "Read from pipe in PID" should match "Parent PID":
Unexpected output looks like this, and hangs indefinitely:
The text was updated successfully, but these errors were encountered: