This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexpilotti
Recipients alexpilotti
Date 2012-11-05.15:26:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352129184.29.0.628026501829.issue16415@psf.upfronthosting.co.za>
In-reply-to
Content
eventlet.monkey_patch() breaks subprocess.Popen on Windows with error:

NotImplementedError: set_nonblocking() on a file object with no setblocking() method (Windows pipes don't support non-blocking I/O)

Here's the full stack trace:
http://paste.openstack.org/show/24032/

Workaround: eventlet.monkey_patch(os=False)
History
Date User Action Args
2012-11-05 15:26:24alexpilottisetrecipients: + alexpilotti
2012-11-05 15:26:24alexpilottisetmessageid: <1352129184.29.0.628026501829.issue16415@psf.upfronthosting.co.za>
2012-11-05 15:26:24alexpilottilinkissue16415 messages
2012-11-05 15:26:23alexpilotticreate