flaw in class popen2.Popen3

Jeff Epler jepler at unpythonic.net
Mon Oct 21 07:56:11 EDT 2002


On Sun, Oct 20, 2002 at 09:07:52PM -0700, HP wrote:
> Any exiting fix for this problem ???

The OS provides buffers of some fixed, but relatively small, size for
output from the subprogram.

If that buffer fills, the writing program will block.

Try reading the output.  then polling for the exit of the subprogram.

Jeff




More information about the Python-list mailing list