]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(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)
commit39578d8510db1eb48facf45ca24c2c7751d6dbdf
treef1cbbf45d33c3e77bd5f0ba74c7d69e122f08d07
parent8934961da800107462544b1c432cd9f01887d7fe
parent770e48d0174726e339074cfffa68fce23768aab5
(Merge 3.4) asyncio: sync with Tulip

* 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