Closed GoogleCodeExporter closed 9 years ago
This issue was closed by revision 8c9722b1fc2a.
Original comment by Denis.Bi...@gmail.com
on 10 Jul 2012 at 8:51
The problem was that the standard descriptors in the child process ended up
having O_NONBLOCK flag (gevent.fileobject.FileObject which gevent.subprocess
uses sets this flag). The fix is to remove O_NONBLOCK flag from the relevant
file descriptors.
https://bitbucket.org/denis/gevent/changeset/8c9722b1fc2a
test case https://bitbucket.org/denis/gevent/changeset/85bee9911814
Thanks for the report!
Original comment by Denis.Bi...@gmail.com
on 10 Jul 2012 at 8:55
Great! Thanks. It's working well for me now with the latest from the repo.
Thanks for the great lib :)
Original comment by mark.hin...@vardr.com
on 11 Jul 2012 at 2:47
Migrated to http://github.com/SiteSupport/gevent/issues/134
Original comment by Denis.Bi...@gmail.com
on 14 Sep 2012 at 10:53
Original issue reported on code.google.com by
mrkhings...@gmail.com
on 8 Jun 2012 at 6:37Attachments: