grossmj 708f66b608 Fixes asyncio Lock instantiation issues on Windows.
Because the event loop is essentially a global variable, asyncio Lock objects that get instantiated early could grab a reference to the wrong loop (Selector instead of Proactor).
2015-02-27 22:12:43 -07:00
..
2015-02-26 10:18:52 +01:00
2015-02-27 13:38:57 +01:00
2015-02-27 18:30:22 +01:00