]> granicus.if.org Git - python/commitdiff
(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)
* 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.


Trivial merge