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

Akira Li report at bugs.python.org
Sun Sep 21 10:10:13 CEST 2014


Akira Li added the comment:

> What do you think?

I would prefer to deprecate PIPE argument for subprocess.call():
issue DeprecationWarning in 3.5 and raise ValueError in 3.6+

I've uploaded a patch that issues the warning.

----------
keywords: +patch
type:  -> enhancement
versions: +Python 3.5 -Python 2.7
Added file: http://bugs.python.org/file36675/subprocess.call-deprecate-PIPE.diff

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


More information about the Python-bugs-list mailing list