[issue21392] Python on Cygwin: subprocess.call BlockingIOError: [Errno 11] Resource temporarily unavailable

Eric V. Smith report at bugs.python.org
Wed Apr 30 11:50:23 CEST 2014


Eric V. Smith added the comment:

Can you provide a working example? How are you calling execute()? What are __signal and __signalList set to?

Note that the default of "None" for cmd can't ever work, due to calling re.match ("\s", cmd).

----------
nosy: +eric.smith

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


More information about the Python-bugs-list mailing list