Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.5.0
-
None
-
Python 2.7
Description
Workaround for http://bugs.python.org/issue19809 that probably causes subprocess.Popen call to get stuck in:
File: "/usr/lib/python2.7/subprocess.py", line 679, in __init__ errread, errwrite) File: "/usr/lib/python2.7/subprocess.py", line 1244, in _execute_child data = _eintr_retry_call(os.read, errpipe_read, 1048576) File: "/usr/lib/python2.7/subprocess.py", line 478, in _eintr_retry_call return func(*args)