[issue7193] Popen blocks program from another thread

Dan Griffin report at bugs.python.org
Fri Oct 23 17:47:38 CEST 2009


New submission from Dan Griffin <dgriff1 at gmail.com>:

When I create a thread that does a Popen it blocks the entire program. I
have attached a simple sample program. Whether I do Popen.wait or
Popen.poll the program blocks. I have done this on OSX 10.5 and 10.6. I
have not yet tried ussing the multiprocessing module.

----------
components: Library (Lib)
files: subproc.py
messages: 94389
nosy: dgriff1
severity: normal
status: open
title: Popen blocks program from another thread
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file15189/subproc.py

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


More information about the Python-bugs-list mailing list