Files
cpython/Lib
Victor Stinner 17f3663497 Issue #21326: Add asyncio.BaseEventLoop.is_closed() method
Add BaseEventLoop._closed attribute and use it to check if the event loop was
closed or not, instead of checking different attributes in each subclass of
BaseEventLoop.

run_forever() and run_until_complete() now raises a RuntimeError('Event loop is
closed') exception if the event loop was closed.

BaseProactorEventLoop.close() now also cancels "accept futures".
2014-06-04 01:06:24 +02:00
..
2014-05-17 21:46:35 -07:00
2014-05-16 23:02:25 -04:00
2014-02-01 21:22:26 +02:00
2014-04-14 13:10:05 -04:00
2014-06-02 16:04:25 -05:00
2014-04-10 00:23:18 -04:00
2014-05-17 21:45:01 -07:00
2014-06-02 16:04:25 -05:00
2014-05-26 00:14:14 -07:00
2014-04-03 10:22:10 -04:00
2014-05-03 20:22:00 -04:00
2014-03-09 14:47:58 -07:00
2014-06-02 01:32:23 -07:00
2014-02-28 10:50:34 -05:00
2014-04-01 19:18:48 -04:00
2014-05-25 17:28:38 -07:00