[New-bugs-announce] [issue16415] eventlet.monkey_patch() breaks subprocess.Popen on Windows

Alessandro Pilotti report at bugs.python.org
Mon Nov 5 16:26:24 CET 2012


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.org/show/24032/

Workaround: eventlet.monkey_patch(os=False)

----------
components: IO, Interpreter Core, Library (Lib)
messages: 174915
nosy: alexpilotti
priority: normal
severity: normal
status: open
title: eventlet.monkey_patch() breaks subprocess.Popen on Windows
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16415>
_______________________________________


More information about the New-bugs-announce mailing list