]> granicus.if.org Git - python/commit
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
authorGregory P. Smith <greg@krypto.org>
Thu, 12 May 2011 04:42:08 +0000 (21:42 -0700)
committerGregory P. Smith <greg@krypto.org>
Thu, 12 May 2011 04:42:08 +0000 (21:42 -0700)
commit6b65745430245937c7ee088cffa22a2d419396e2
tree975201beeeb96eb54b9c8fcc47468ea33ddb3db8
parent4e19e1195817891fdc4ce4c3f0eddde845bf3214
- Issue #12044: Fixed subprocess.Popen when used as a context manager to
  wait for the process to end when exiting the context to avoid unintentionally
  leaving zombie processes around.
Doc/library/subprocess.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS