[issue10482] subprocess and deadlock avoidance

Nick Coghlan report at bugs.python.org
Mon Dec 6 05:41:25 CET 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

The general idea is sound. My work colleagues have certainly had to implement their own reader/writer thread equivalents to keep subprocess from blocking.

It makes sense to provide more robust public support for such techniques in process itself.

----------
nosy: +ncoghlan
versions: +Python 3.3 -Python 3.2

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


More information about the Python-bugs-list mailing list