]> granicus.if.org Git - python/commit
Issue #23630: Fix test_asyncio on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 20:28:44 +0000 (22:28 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 21 Sep 2015 20:28:44 +0000 (22:28 +0200)
commit582b17c2c5b876fe62cd22101540d907747069a9
treecab42a5c916b3894bd733ed5f194161b36d5d407
parent72e1eae7bbad324115e37809ffd119e66184d560
Issue #23630: Fix test_asyncio on Windows

The proactor event loop requires also to mock loop._stop_serving.
Lib/test/test_asyncio/test_events.py