From: Victor Stinner Date: Fri, 25 Jul 2014 22:58:55 +0000 (+0200) Subject: (Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears its X-Git-Tag: v3.5.0a1~1190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af529035abb81f7225c75b3def34fe727ff78f29;p=thirdparty%2FPython%2Fcpython.git (Merge 3.4) 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. --- af529035abb81f7225c75b3def34fe727ff78f29