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

connect_accepted_socket() missing from AbstractEventLoop #85504

Closed
agronholm mannequin opened this issue Jul 18, 2020 · 2 comments
Closed

connect_accepted_socket() missing from AbstractEventLoop #85504

agronholm mannequin opened this issue Jul 18, 2020 · 2 comments
Labels
3.10 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error

Comments

@agronholm
Copy link
Mannequin

agronholm mannequin commented Jul 18, 2020

BPO 41332
Nosy @asvetlov, @agronholm, @1st1
PRs
  • bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop #21533
  • 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 2020-11-26.10:09:47.171>
    created_at = <Date 2020-07-18.14:18:13.156>
    labels = ['type-bug', '3.10', 'expert-asyncio']
    title = 'connect_accepted_socket() missing from AbstractEventLoop'
    updated_at = <Date 2020-11-26.10:09:47.162>
    user = 'https://github.com/agronholm'

    bugs.python.org fields:

    activity = <Date 2020-11-26.10:09:47.162>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-11-26.10:09:47.171>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2020-07-18.14:18:13.156>
    creator = 'alex.gronholm'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 41332
    keywords = ['patch']
    message_count = 2.0
    messages = ['373904', '381890']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'alex.gronholm', 'yselivanov']
    pr_nums = ['21533']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue41332'
    versions = ['Python 3.10']

    @agronholm
    Copy link
    Mannequin Author

    agronholm mannequin commented Jul 18, 2020

    The connect_accepted_socket() method seems to be missing from the AbstractEventLoop ABC. I assume this was a simple mistake of omission. I will ready a PR to add it.

    @agronholm agronholm mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error labels Jul 18, 2020
    @asvetlov
    Copy link
    Contributor

    New changeset e3ef4d7 by Alex Grönholm in branch 'master':
    bpo-41332: Added missing connect_accepted_socket() to AbstractEventLoop (GH-21533)
    e3ef4d7

    @asvetlov asvetlov added 3.10 only security fixes and removed 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Nov 26, 2020
    @asvetlov asvetlov added 3.10 only security fixes and removed 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Nov 26, 2020
    @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
    3.10 only security fixes topic-asyncio type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant