]> granicus.if.org Git - python/commit
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 20:40:12 +0000 (22:40 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 20:40:12 +0000 (22:40 +0200)
commit19e020c5c713fcf24d66d72f5e599d57e8841360
tree2373e45b49a13367def4bc4d530e8c83d100fa6a
parent465e60e654732b3a0b726d1fd82950fc982fcba2
parent65dd69a3da16257bd86b92900e5ec5a8dd26f1d9
(Merge 3.4) asyncio: sync with Tulip

* Tulip issue #196: IocpProactor._poll() clears the reference to the
  overlapped operation when the operation is done. It would be better to clear
  the reference in a new _OverlappedFuture.set_result() method, but it cannot
  be done yet because of a weird bug.
* BaseSelectorEventLoop._write_to_self() now logs errors in debug mode.