]> granicus.if.org Git - python/commit
subprocess now emits a ResourceWarning warning
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 10:11:15 +0000 (12:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 20 May 2016 10:11:15 +0000 (12:11 +0200)
commit5a48e21ff163107a6f1788050b2f1ffc8bce2b6d
tree47b255b5bd985c762fe5fd2bb9e0beb828fdb986
parenta58e2c5c4928ae8031ee60a97f2ab4f863aff8cb
subprocess now emits a ResourceWarning warning

Issue #26741: subprocess.Popen destructor now emits a ResourceWarning warning
if the child process is still running.
Doc/library/subprocess.rst
Doc/whatsnew/3.6.rst
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS