]> granicus.if.org Git - python/commit
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 21 May 2011 00:20:36 +0000 (02:20 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 21 May 2011 00:20:36 +0000 (02:20 +0200)
commit9904b22b78624174f1e0d06b7e2aed019bfeb550
tree14c34cfb3644ae5a1d1112bcbf67d3398396d9e3
parent32565b6c02e9673f9f9368f233e862dfc8a702c9
Close #12114: fix a potential deadlock in packaging.util._find_exe_version()

Avoid also zombi processes: Popen.communicate() calls its wait() method.
Lib/packaging/tests/test_util.py
Lib/packaging/util.py