]> granicus.if.org Git - python/commit
Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 22:58:34 +0000 (00:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 22:58:34 +0000 (00:58 +0200)
commit51e44ea66aefb4229e506263acf40d35596d279c
tree87cc5c3248c5885f56d035dc161f04b6c0499b42
parent5a2146a2fdb9b8adf6472f1bedbba68c41bab232
Tulip issue 196: _OverlappedFuture.set_result() now clears its reference to the
overlapped object. IocpProactor._poll() now also ignores false alarms:
GetQueuedCompletionStatus() returns the overlapped but it is still pending.
Lib/asyncio/windows_events.py