]> granicus.if.org Git - python/commit
(Merge 3.4) Fix asyncio tests on Windows: wait for the subprocess exit
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:42:17 +0000 (00:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:42:17 +0000 (00:42 +0200)
commit8526a945a09656338dcccec23ac69269462a34e0
tree6d7a53810a804a6bf51c6374766fe74fac7b497c
parentc3816b70e0d038788e86fb9208095a506842a1f5
parent3f9535b7f8cd6a136d392d6be845795522950486
(Merge 3.4) Fix asyncio tests on Windows: wait for the subprocess exit

Before, regrtest failed to remove the temporary test directory because the
process was still running in this directory.