[issue16415] eventlet.monkey_patch() breaks subprocess.Popen on Windows

2012-11-05 Thread R. David Murray
R. David Murray added the comment: eventlet is not a part of the Python standard library. Please report this bug to the project's bug tracker. -- nosy: +r.david.murray resolution: -> invalid stage: -> committed/rejected status: open -> closed ___

[issue16415] eventlet.monkey_patch() breaks subprocess.Popen on Windows

2012-11-05 Thread Alessandro Pilotti
New submission from Alessandro Pilotti: 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