]> granicus.if.org Git - python/commit
Patch #1467770: Add Popen objects to _active only in __del__.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Apr 2006 15:55:37 +0000 (15:55 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Apr 2006 15:55:37 +0000 (15:55 +0000)
commit17de8ffc215d8539860a8a7f06279c4155382c4f
tree9e907f26554e670ab24e464bc602abd420cab377
parent3fa6c090d8767caf37aa07761e4c9d98f306d65d
Patch #1467770: Add Popen objects to _active only in __del__.
Introduce _child_active member to keep track on whether a child
needs to be waited for.
Backport candidate.
Lib/subprocess.py
Misc/NEWS