]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.4) asyncio: sync with Tulip
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 09:58:52 +0000 (11:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 09:58:52 +0000 (11:58 +0200)
* Tulip issue #182: Improve logs of BaseEventLoop._run_once()

  - Don't log non-blocking poll
  - Only log polling with a timeout if it gets events or if it timed out after
    more than 1 second.

* Fix some pyflakes warnings: remove unused imports


Trivial merge