]> granicus.if.org Git - python/commit
subprocess: enhance ResourceWarning message
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 14 Jun 2016 14:42:59 +0000 (16:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 14 Jun 2016 14:42:59 +0000 (16:42 +0200)
commitc206f1eb1c4d5ac397ce7059e56bb201e44a0ce9
tree4c3edcad0fda4523678f541b6340f330b1c613a4
parentd017176209d8317be1548e3775019149526324cb
subprocess: enhance ResourceWarning message

* Add the process identifier to the warning message
* Add also a comment to explain the issue
Lib/subprocess.py