New submission from Antoine Pitrou <pit...@free.fr>:

I find it a bit strange that Popen.__exit__ closes all standard file 
descriptors leading to the child process, but doesn't wait for process end 
afterwards.
(context management support was added in issue10554)

----------
messages: 135635
nosy: brian.curtin, gregory.p.smith, neologix, pitrou
priority: normal
severity: normal
status: open
title: subprocess.Popen.__exit__ doesn't wait for process end
type: behavior
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12044>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to