]> granicus.if.org Git - python/commit
asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 20:36:05 +0000 (22:36 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 25 Jul 2014 20:36:05 +0000 (22:36 +0200)
commit65dd69a3da16257bd86b92900e5ec5a8dd26f1d9
tree647ae1e17cfea3fa33d0a9882948dd4d7c199686
parent64ba60aa57fd65d3107787cde6bb2f988e7e1c53
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.
Lib/asyncio/selector_events.py
Lib/asyncio/windows_events.py