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

Raise RuntimeError when transport's FD is used with add_reader etc #72555

Closed
1st1 opened this issue Oct 5, 2016 · 3 comments
Closed

Raise RuntimeError when transport's FD is used with add_reader etc #72555

1st1 opened this issue Oct 5, 2016 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement

Comments

@1st1
Copy link
Member

1st1 commented Oct 5, 2016

BPO 28369
Nosy @gvanrossum, @asvetlov, @1st1
PRs
  • bpo-28369: Enhance transport socket check in add_reader/writer #4365
  • 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 = 'https://github.com/1st1'
    closed_at = <Date 2017-11-13.18:38:45.601>
    created_at = <Date 2016-10-05.21:47:34.361>
    labels = ['type-feature', '3.7', 'expert-asyncio']
    title = "Raise RuntimeError when transport's FD is used with add_reader etc"
    updated_at = <Date 2017-11-13.18:38:45.600>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2017-11-13.18:38:45.600>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2017-11-13.18:38:45.601>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2016-10-05.21:47:34.361>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 28369
    keywords = ['patch']
    message_count = 3.0
    messages = ['278152', '278153', '306164']
    nosy_count = 4.0
    nosy_names = ['gvanrossum', 'asvetlov', 'python-dev', 'yselivanov']
    pr_nums = ['4365']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue28369'
    versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']

    @1st1
    Copy link
    Member Author

    1st1 commented Oct 5, 2016

    Proxy issue for python/asyncio#420

    @1st1 1st1 added the 3.7 (EOL) end of life label Oct 5, 2016
    @1st1 1st1 self-assigned this Oct 5, 2016
    @1st1 1st1 added topic-asyncio type-feature A feature request or enhancement labels Oct 5, 2016
    @1st1 1st1 closed this as completed Oct 5, 2016
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Oct 5, 2016

    New changeset 2b502f624753 by Yury Selivanov in branch '3.5':
    Issue bpo-28369: Raise an error when transport's FD is used with add_reader
    https://hg.python.org/cpython/rev/2b502f624753

    New changeset f3c1d8869dd5 by Yury Selivanov in branch '3.6':
    Merge 3.5 (issue bpo-28369)
    https://hg.python.org/cpython/rev/f3c1d8869dd5

    New changeset 745e0ff513c2 by Yury Selivanov in branch 'default':
    Merge 3.6 (issue bpo-28369)
    https://hg.python.org/cpython/rev/745e0ff513c2

    @1st1 1st1 reopened this Nov 10, 2017
    @1st1
    Copy link
    Member Author

    1st1 commented Nov 13, 2017

    New changeset ce12629 by Yury Selivanov in branch 'master':
    bpo-28369: Enhance transport socket check in add_reader/writer (bpo-4365)
    ce12629

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant