[issue12044] subprocess.Popen.__exit__ doesn't wait for process end

Brian Curtin report at bugs.python.org
Mon May 9 23:11:28 CEST 2011


Brian Curtin <brian at python.org> added the comment:

Hm, yeah, not sure what I was thinking there.

I'm thinking there's not a lot we can do here, but also not a lot that we should do here. We don't want to wait, and we don't want to close, so maybe we should just document that the usage should be limited only to expecting the open handles to be closed?

----------

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


More information about the Python-bugs-list mailing list