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

Remove stale unix datagram socket before binding #78320

Closed
ovv mannequin opened this issue Jul 17, 2018 · 3 comments
Closed

Remove stale unix datagram socket before binding #78320

ovv mannequin opened this issue Jul 17, 2018 · 3 comments
Labels
3.8 only security fixes topic-asyncio type-feature A feature request or enhancement

Comments

@ovv
Copy link
Mannequin

ovv mannequin commented Jul 17, 2018

BPO 34139
Nosy @asvetlov, @1st1, @ovv
PRs
  • bpo-34139: Remove unix datagram socket from FS before binding #8323
  • 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 2019-04-09.13:42:07.971>
    created_at = <Date 2018-07-17.13:52:23.431>
    labels = ['type-feature', '3.8', 'expert-asyncio']
    title = 'Remove stale unix datagram socket before binding'
    updated_at = <Date 2019-04-09.13:42:07.970>
    user = 'https://github.com/Ovv'

    bugs.python.org fields:

    activity = <Date 2019-04-09.13:42:07.970>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-04-09.13:42:07.971>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2018-07-17.13:52:23.431>
    creator = 'qdawans'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34139
    keywords = ['patch']
    message_count = 3.0
    messages = ['321829', '339748', '339749']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'qdawans']
    pr_nums = ['8323']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue34139'
    versions = ['Python 3.8']

    @ovv
    Copy link
    Mannequin Author

    ovv mannequin commented Jul 17, 2018

    Like python/asyncio@806cc68 but for unix datagram socket.

    I'm looking into making a PR

    @ovv ovv mannequin added the topic-asyncio label Jul 17, 2018
    @csabella csabella added 3.8 only security fixes type-feature A feature request or enhancement labels Apr 9, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 56065d4 by Miss Islington (bot) (Quentin Dawans) in branch 'master':
    bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
    56065d4

    @asvetlov
    Copy link
    Contributor

    asvetlov commented Apr 9, 2019

    Done

    @asvetlov asvetlov closed this as completed Apr 9, 2019
    @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.8 only security fixes topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants