]> granicus.if.org Git - python/commitdiff
(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)
Before, regrtest failed to remove the temporary test directory because the
process was still running in this directory.


Trivial merge