From: Victor Stinner Date: Tue, 3 Jun 2014 22:42:17 +0000 (+0200) Subject: (Merge 3.4) Fix asyncio tests on Windows: wait for the subprocess exit X-Git-Tag: v3.5.0a1~1523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8526a945a09656338dcccec23ac69269462a34e0;p=thirdparty%2FPython%2Fcpython.git (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. --- 8526a945a09656338dcccec23ac69269462a34e0