Files
cpython/Lib/asyncio
Victor Stinner 87bbefe113 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current
loop in debug mode. Raise a RuntimeError if the event loop of the current
thread is different.  The check should help to debug thread-safetly issue.
Patch written by David Foster.
2014-03-21 10:00:52 +01:00
..
2013-10-17 15:39:45 -07:00
2014-02-18 22:27:48 -05:00
2014-01-28 00:09:24 +01:00