]> granicus.if.org Git - python/commit
Bug #1183780: Add Popen objects to _active only in __del__.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 24 Mar 2006 08:14:54 +0000 (08:14 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 24 Mar 2006 08:14:54 +0000 (08:14 +0000)
commit478c82d30f0568cf3b418819d4189c8a072e589d
tree89aab19ea8086c5e875782b2e9f513ba841660d4
parent846d72a7d7536ea6ad9b530b1a96c354fb623115
Bug #1183780: Add Popen objects to _active only in __del__.
Cleanup terminated processes as well.
Add cmd attribute to Popen4.
Lib/popen2.py
Lib/test/test_popen2.py