Files
cpython/Lib/test
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-04-13 22:32:12 -04:00
2014-02-28 15:43:36 +01:00
2014-02-10 22:11:21 +01:00
2014-02-16 14:53:55 -05:00
2014-05-26 00:14:14 -07:00
2014-06-02 16:04:25 -05:00
2014-03-09 14:47:58 -07:00
2014-04-14 13:10:05 -04:00
2014-03-01 19:14:48 -05:00
2014-04-18 11:10:50 -07:00
2014-03-01 10:34:22 -05:00
2014-03-12 15:07:22 -05:00
2014-03-31 13:50:34 -04:00
2014-02-16 14:17:28 -05:00