]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Tulip issue 196: _OverlappedFuture.set_result() now clears its
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 22:58:55 +0000 (00:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 22:58:55 +0000 (00:58 +0200)
commitaf529035abb81f7225c75b3def34fe727ff78f29
treea436fbe6a6b2439310c050207e6e1c522a1e324f
parenta22d8231a3821e3b11c2153bef7970fb260e6860
parent51e44ea66aefb4229e506263acf40d35596d279c
(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.