Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading() #76537

Closed
1st1 opened this issue Dec 18, 2017 · 3 comments

Comments

@1st1
Copy link
Member

1st1 commented Dec 18, 2017

BPO 32356
Nosy @vstinner, @asvetlov, @1st1
PRs
  • bpo-32356: idempotent pause_/resume_reading; new is_reading method. #4914
  • [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) #7629
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2017-12-18.22:03:50.479>
    created_at = <Date 2017-12-18.03:46:15.855>
    labels = []
    title = 'asyncio: Make transport.pause_reading()/resume_reading() idempotent; add transport.is_reading()'
    updated_at = <Date 2018-06-13.10:05:18.494>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2018-06-13.10:05:18.494>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-18.22:03:50.479>
    closer = 'yselivanov'
    components = []
    creation = <Date 2017-12-18.03:46:15.855>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32356
    keywords = ['patch']
    message_count = 3.0
    messages = ['308509', '308587', '319444']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'asvetlov', 'yselivanov']
    pr_nums = ['4914', '7629']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue32356'
    versions = []

    @1st1
    Copy link
    Member Author

    1st1 commented Dec 18, 2017

    As briefly discussed on python/asyncio#488 and #528

    @1st1
    Copy link
    Member Author

    1st1 commented Dec 18, 2017

    New changeset d757aaf by Yury Selivanov in branch 'master':
    bpo-32356: idempotent pause_/resume_reading; new is_reading method. (bpo-4914)
    d757aaf

    @1st1 1st1 closed this as completed Dec 18, 2017
    @vstinner
    Copy link
    Member

    New changeset 142e3c0 by Victor Stinner in branch '3.6':
    [3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
    142e3c0

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants