Issue34849
Created on 2018-09-30 05:04 by asvetlov, last changed 2018-10-07 21:26 by asvetlov. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 9641 | merged | asvetlov, 2018-09-30 05:10 | |
| Messages (2) | |||
|---|---|---|---|
| msg326702 - (view) | Author: Andrew Svetlov (asvetlov) * | Date: 2018-09-30 05:04 | |
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. |
|||
| msg326703 - (view) | Author: miss-islington (miss-islington) | Date: 2018-09-30 05:28 | |
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) https://github.com/python/cpython/commit/d5bd036138881bb90a803397d992870a46fbdc2d |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-07 21:26:37 | asvetlov | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-09-30 05:28:44 | miss-islington | set | nosy:
+ miss-islington messages: + msg326703 |
| 2018-09-30 05:10:59 | asvetlov | set | keywords:
+ patch stage: patch review pull_requests: + pull_request9032 |
| 2018-09-30 05:04:51 | asvetlov | create | |