• Victor Stinner's avatar
    asyncio: sync with Tulip · 18a28dc5
    Victor Stinner yazdı
    * 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.
    18a28dc5
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
base_events.py Loading commit data...
base_subprocess.py Loading commit data...
constants.py Loading commit data...
coroutines.py Loading commit data...
events.py Loading commit data...
futures.py Loading commit data...
locks.py Loading commit data...
log.py Loading commit data...
proactor_events.py Loading commit data...
protocols.py Loading commit data...
queues.py Loading commit data...
selector_events.py Loading commit data...
streams.py Loading commit data...
subprocess.py Loading commit data...
tasks.py Loading commit data...
test_utils.py Loading commit data...
transports.py Loading commit data...
unix_events.py Loading commit data...
windows_events.py Loading commit data...
windows_utils.py Loading commit data...