diff -r 0a26ef834a49 Lib/asyncio/test_utils.py --- a/Lib/asyncio/test_utils.py Sat Oct 19 14:24:44 2013 +0200 +++ b/Lib/asyncio/test_utils.py Sat Oct 19 22:25:21 2013 +0800 @@ -111,6 +111,7 @@ yield httpd finally: httpd.shutdown() + httpd.server_close() server_thread.join()