[issue16112] platform.architecture does not correctly escape argument to /usr/bin/file

David Benjamin report at bugs.python.org
Fri Oct 5 01:00:33 CEST 2012


David Benjamin added the comment:

Well, the theoretical deadlock's just if stdin is also a pipe, right? I think there isn't be a difference between communicate and stdout.read if only stdout is a pipe. Though it might be worth passing DEVNULL to stdin instead of inheriting, just to be tidy.

----------

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


More information about the Python-bugs-list mailing list