]> granicus.if.org Git - python/commit
Fix subprocess.Popen.__del__() fox Python shutdown
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 6 Jan 2017 09:44:44 +0000 (10:44 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 6 Jan 2017 09:44:44 +0000 (10:44 +0100)
commit9505b03bb0d3c5828115fec9306cb976c43f04d9
tree0f296fc0749f1aceb986be2181b75b2d7854914f
parent94d1bfa2efef23a181ca2aec8550fdb7f24d8a90
Fix subprocess.Popen.__del__() fox Python shutdown

Issue #29174, #26741: subprocess.Popen.__del__() now keeps a strong reference
to warnings.warn() function.
Lib/subprocess.py