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 UNIX socket and SOCK_DGRAM #75428

Closed
ovv mannequin opened this issue Aug 21, 2017 · 3 comments
Closed

Asyncio UNIX socket and SOCK_DGRAM #75428

ovv mannequin opened this issue Aug 21, 2017 · 3 comments
Labels
3.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement

Comments

@ovv
Copy link
Mannequin

ovv mannequin commented Aug 21, 2017

BPO 31245
Nosy @vstinner, @1st1, @ovv
PRs
  • bpo-31245: Asyncio unix socket datagram #3164
  • bpo-31245: asyncio: Fix typo, isistance => isinstance #4594
  • 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-10-30.13:43:36.111>
    created_at = <Date 2017-08-21.14:06:59.680>
    labels = ['type-feature', '3.7', 'expert-asyncio']
    title = 'Asyncio UNIX socket and SOCK_DGRAM'
    updated_at = <Date 2017-11-27.23:34:10.354>
    user = 'https://github.com/Ovv'

    bugs.python.org fields:

    activity = <Date 2017-11-27.23:34:10.354>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-10-30.13:43:36.111>
    closer = 'yselivanov'
    components = ['asyncio']
    creation = <Date 2017-08-21.14:06:59.680>
    creator = 'qdawans'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31245
    keywords = []
    message_count = 3.0
    messages = ['300625', '305228', '307102']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'yselivanov', 'qdawans']
    pr_nums = ['3164', '4594']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31245'
    versions = ['Python 3.7']

    @ovv
    Copy link
    Mannequin Author

    ovv mannequin commented Aug 21, 2017

    Following this discussion: https://groups.google.com/forum/#!searchin/python-tulip/datagram%7Csort:relevance/python-tulip/rpScueoGf1I/WBvEWf8vCgAJ

    I added the support for AF_UNIX SOCK_DGRAM is asyncio. Lots of code is coming from the other family/type of socket already implemented.

    @ovv ovv mannequin added 3.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement labels Aug 21, 2017
    @1st1
    Copy link
    Member

    1st1 commented Oct 30, 2017

    New changeset fe4ea9c by Yury Selivanov (Quentin Dawans) in branch 'master':
    bpo-31245: Asyncio unix socket datagram (bpo-3164)
    fe4ea9c

    @1st1 1st1 closed this as completed Oct 30, 2017
    @vstinner
    Copy link
    Member

    New changeset 28e6165 by Victor Stinner in branch 'master':
    bpo-31245: asyncio: Fix typo, isistance => isinstance (bpo-4594)
    28e6165

    @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.7 (EOL) end of life topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants