]> granicus.if.org Git - python/commit
Fix asyncio tests on Windows: wait for the subprocess exit
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:42:04 +0000 (00:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:42:04 +0000 (00:42 +0200)
commit3f9535b7f8cd6a136d392d6be845795522950486
tree8cd2019667e2fc6393a9012ac06dfb2e1a67f58c
parent27d411255a6ce350e577a248181e329183ec36c1
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.
Lib/test/test_asyncio/test_windows_utils.py