commit | 51e44ea66aefb4229e506263acf40d35596d279c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 26 00:58:34 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Jul 26 00:58:34 2014 +0200 |
tree | 87cc5c3248c5885f56d035dc161f04b6c0499b42 | |
parent | 5a2146a2fdb9b8adf6472f1bedbba68c41bab232 [diff] |
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.