[issue22442] subprocess.check_call hangs on large PIPEd data.

STINNER Victor report at bugs.python.org
Sun Sep 21 21:16:14 CEST 2014


STINNER Victor added the comment:

The first place to warn uses about dangerous function calls is the documentation, and your patch doesn't touch the documentation.

You can for example suggest to use check_output(), getstatusouptut() or getoutput().

----------

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


More information about the Python-bugs-list mailing list