[issue31821] pause_reading() doesn't work from connection_made()

2020-07-19 Thread Alex Grönholm
Change by Alex Grönholm : -- nosy: +alex.gronholm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue31821] pause_reading() doesn't work from connection_made()

2019-12-04 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue31821] pause_reading() doesn't work from connection_made()

2019-12-01 Thread Itay azolay
Change by Itay azolay : -- pull_requests: +16904 pull_request: https://github.com/python/cpython/pull/17425 ___ Python tracker ___ _

[issue31821] pause_reading() doesn't work from connection_made()

2017-12-21 Thread Andrew Svetlov
Change by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue31821] pause_reading() doesn't work from connection_made()

2017-10-19 Thread Antoine Pitrou
Change by Antoine Pitrou : -- keywords: +patch pull_requests: +4022 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyt

[issue31821] pause_reading() doesn't work from connection_made()

2017-10-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : At least in SelectorEventLoop, as add_reader() is called inconditionally after connection_made() returns. -- components: Library (Lib), asyncio messages: 304636 nosy: giampaolo.rodola, haypo, pitrou, yselivanov priority: normal severity: normal stage