Jason Madden
Jason Madden
> I did not get the deadlock with this either, but since the deadlock happens arbitrarily in the tests with `PURE_PYTHON=1` we get some other random failures. I'm having a...
Thanks for the report. From the traceback, we can guess that this is occurring during garbage collection. And celery's code tries to do networking during garbage collection, when things are...
> I can use the `gevent.select.wait_readwrite()`, but it doesn't define a return value, so we cannot tell in which state the socket is. (Assuming [`gevent.socket.wait_readwrite()`](http://www.gevent.org/api/gevent.socket.html#gevent.socket.wait_readwrite)) > Is there any function...
Yes, a `LoopExit` can mean there is no other greenlet to switch to, and that in turn can be caused by only partly monkey-patching (e.g., not patching `thread`, but patching...
- Obviously, I can't reproduce that on any tested platform with any version of gevent/greenlet. - FreeBSD is not a tested platform. I would hope that everything works, but I...
- That's not a gevent version - You didn't say what you're doing. A traceback with no context is not a bug report.
Thank you for the report. Unfortunately this project is not maintained and not expecting to make any functional changes.
Thank you for the report. Unfortunately this project is not maintained and not expecting to make any changes.
Thank you for the report. Unfortunately this project is not maintained and not expecting to make any changes.
Thank you for the report. Unfortunately this project is not maintained and not expecting to make any changes.