[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2018-06-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset 142e3c08a40c75b5788474b0defe7d5c0671f675 by Victor Stinner in branch '3.6': [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629) https://github.com/python/cpython/commit/142e3c08a40c75b5788474b0defe7d5c0671f675 --

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2018-06-11 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +7248 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2017-12-18 Thread Yury Selivanov
Change by Yury Selivanov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2017-12-18 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset d757aaf9dd767d13205bf9917e520ebf43e7f6e5 by Yury Selivanov in branch 'master': bpo-32356: idempotent pause_/resume_reading; new is_reading method. (#4914)

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2017-12-17 Thread Yury Selivanov
New submission from Yury Selivanov : As briefly discussed on https://github.com/python/asyncio/issues/488 and https://github.com/python/cpython/pull/528 -- messages: 308509 nosy: yselivanov priority: normal severity: normal status: open title: asyncio: Make

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2017-12-17 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +4808 stage: -> patch review ___ Python tracker ___

[issue32356] asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()

2017-12-17 Thread Yury Selivanov
Change by Yury Selivanov : -- nosy: +asvetlov ___ Python tracker ___ ___