• Victor Stinner's avatar
    asyncio: sync with Tulip · 770e48d0
    Victor Stinner yazdı
    * 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
    770e48d0
test_events.py 78.8 KB