Files
cpython/Lib/asyncio
Victor Stinner 18a28dc5c2 asyncio: sync with Tulip
* Fix _WaitHandleFuture.cancel(): return the result of the parent cancel()
  method.
* _OverlappedFuture.cancel() now clears its reference to the overlapped object.
  Make also the _OverlappedFuture.ov attribute private.
* Check if _WaitHandleFuture completed before unregistering it in the callback.
  Add also _WaitHandleFuture._poll() and repr(_WaitHandleFuture).
* _WaitHandleFuture now unregisters its wait handler if WaitForSingleObject()
  raises an exception.
* _OverlappedFuture.set_exception() now cancels the overlapped operation.
2014-07-25 13:05:20 +02:00
..
2014-07-14 18:33:40 +02:00
2014-07-11 01:04:16 +02:00
2014-07-10 22:32:58 +02:00
2014-07-25 13:05:20 +02:00
2014-02-18 22:27:48 -05:00
2014-07-23 18:21:45 +02:00
2014-07-25 13:05:20 +02:00