This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: pause_reading() doesn't work from connection_made()
Type: behavior Stage: patch review
Components: asyncio, Library (Lib) Versions: Python 3.7, Python 3.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: alex.gronholm, asvetlov, giampaolo.rodola, pitrou, yselivanov
Priority: normal Keywords: patch

Created on 2017-10-19 18:49 by pitrou, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 4053 open pitrou, 2017-10-19 18:53
PR 17425 open Itayazolay, 2019-12-01 12:54
Messages (1)
msg304636 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2017-10-19 18:49
At least in SelectorEventLoop, as add_reader() is called inconditionally after connection_made() returns.
History
Date User Action Args
2022-04-11 14:58:53adminsetgithub: 76002
2020-07-19 19:59:08alex.gronholmsetnosy: + alex.gronholm
2019-12-04 12:11:41vstinnersetnosy: - vstinner
2019-12-01 12:54:23Itayazolaysetpull_requests: + pull_request16904
2017-12-21 18:20:55asvetlovsetnosy: + asvetlov
2017-10-19 18:53:05pitrousetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request4022
2017-10-19 18:49:03pitroucreate