[New-bugs-announce] [issue34849] Drop logging when asyncio waits in selector.select()

Andrew Svetlov report at bugs.python.org
Sun Sep 30 01:04:51 EDT 2018


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

The waiting is the pretty normal case: no IO is performed and no immediate activities are scheduled.

Therefore logging such cases is just a noise.

----------
components: asyncio
messages: 326702
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Drop logging when asyncio waits in selector.select()
type: behavior
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34849>
_______________________________________


More information about the New-bugs-announce mailing list