From: Victor Stinner Date: Fri, 11 Jul 2014 09:58:52 +0000 (+0200) Subject: (Merge 3.4) asyncio: sync with Tulip X-Git-Tag: v3.5.0a1~1299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39578d8510db1eb48facf45ca24c2c7751d6dbdf;p=thirdparty%2FPython%2Fcpython.git (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 --- 39578d8510db1eb48facf45ca24c2c7751d6dbdf