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-06-04 01:06:24 +02:00
2014-05-03 21:58:45 -07:00
2014-05-17 13:51:10 -07:00
2014-05-17 14:59:12 -07:00
2014-05-28 18:49:52 +03:00
2014-05-17 21:46:35 -07:00
2014-05-06 21:33:18 -04:00
2014-04-13 17:08:51 +03:00
2014-05-16 23:02:25 -04:00
2014-04-14 13:10:05 -04:00
2014-06-02 16:04:25 -05:00
2014-05-30 16:28:00 -04:00
2014-04-10 00:23:18 -04:00
2014-04-15 14:24:53 +01:00
2014-05-25 14:12:12 +01:00
2014-05-17 21:45:01 -07:00
2014-05-28 12:58:34 +03:00
2014-06-04 01:06:24 +02:00
2014-06-02 16:04:25 -05:00
2014-04-19 19:14:29 -07:00
2014-04-29 01:25:07 +02:00
2014-05-12 22:22:46 -07:00
2014-06-03 16:47:51 +01:00
2014-04-20 00:46:05 -04:00
2014-05-26 00:14:14 -07:00
2014-05-25 18:22:35 -07:00
2014-04-19 13:25:29 -07:00
2014-04-19 12:59:30 -04:00
2014-05-26 00:43:27 -07:00
2014-04-29 02:03:40 +02:00
2014-04-03 10:22:10 -04:00
2014-05-03 20:22:00 -04:00
2014-04-30 19:15:38 +02:00
2014-04-14 20:28:36 -04:00
2014-04-26 13:36:21 -04:00
2014-05-14 21:08:33 +03:00
2014-04-05 09:29:00 +01:00
2014-04-14 10:28:58 -04:00
2014-06-02 01:32:23 -07:00
2014-05-25 11:45:37 +03:00
2014-05-30 14:55:29 -04:00
2014-04-08 11:46:50 -04:00
2014-04-25 09:29:30 -04:00
2014-05-24 00:32:29 +02:00
2014-04-09 23:55:56 -04:00
2014-04-09 23:55:56 -04:00
2014-04-01 19:18:48 -04:00
2014-05-13 10:50:15 +02:00
2014-05-30 14:55:29 -04:00
2014-05-23 16:13:33 +03:00
2014-05-30 14:55:29 -04:00
2014-05-25 17:28:38 -07:00
2014-05-30 14:55:29 -04:00
2014-04-04 16:57:24 +02:00
2014-05-30 23:46:19 -07:00
2014-06-03 07:24:54 -07:00
2014-04-29 10:03:28 +02:00
2014-04-14 16:43:50 -04:00
2014-06-01 00:33:35 -07:00
2014-05-25 18:22:35 -07:00
2014-04-09 23:55:56 -04:00
2014-04-09 23:55:56 -04:00
2014-04-19 19:11:14 -07:00
2014-05-29 23:42:14 -07:00