[issue34849] Drop logging when asyncio waits in selector.select()

2018-10-07 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34849] Drop logging when asyncio waits in selector.select()

2018-09-29 Thread miss-islington
miss-islington added the comment: New changeset d5bd036138881bb90a803397d992870a46fbdc2d by Miss Islington (bot) (Andrew Svetlov) in branch 'master': bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641)

[issue34849] Drop logging when asyncio waits in selector.select()

2018-09-29 Thread Andrew Svetlov
Change by Andrew Svetlov : -- keywords: +patch pull_requests: +9032 stage: -> patch review ___ Python tracker ___ ___

[issue34849] Drop logging when asyncio waits in selector.select()

2018-09-29 Thread Andrew Svetlov
New submission from Andrew Svetlov : 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