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

[Windows] asyncio: add UDP support to ProactorEventLoop #67484

Closed
vstinner opened this issue Jan 21, 2015 · 3 comments
Closed

[Windows] asyncio: add UDP support to ProactorEventLoop #67484

vstinner opened this issue Jan 21, 2015 · 3 comments
Labels
OS-windows topic-asyncio type-feature A feature request or enhancement

Comments

@vstinner
Copy link
Member

BPO 23295
Nosy @gvanrossum, @vstinner, @tjguk, @zware, @1st1, @zooba
Superseder
  • bpo-29883: asyncio: Windows Proactor Event Loop UDP Support
  • 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 2018-09-14.19:30:38.030>
    created_at = <Date 2015-01-21.23:40:13.547>
    labels = ['type-feature', 'OS-windows', 'expert-asyncio']
    title = '[Windows] asyncio: add UDP support to ProactorEventLoop'
    updated_at = <Date 2018-09-14.19:30:38.029>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2018-09-14.19:30:38.029>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-14.19:30:38.030>
    closer = 'vstinner'
    components = ['Windows', 'asyncio']
    creation = <Date 2015-01-21.23:40:13.547>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 23295
    keywords = []
    message_count = 3.0
    messages = ['234456', '234533', '325386']
    nosy_count = 6.0
    nosy_names = ['gvanrossum', 'vstinner', 'tim.golden', 'zach.ware', 'yselivanov', 'steve.dower']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '29883'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue23295'
    versions = ['Python 3.4', 'Python 3.5']

    @vstinner
    Copy link
    Member Author

    ProactorEventLoop lacks UDP support: create_datagram_endpoint() is not supported.

    New functions should be added to the _overlapped modul. Example: add maybe WSARecvFrom()?

    @vstinner vstinner added OS-windows topic-asyncio type-feature A feature request or enhancement labels Jan 21, 2015
    @vstinner
    Copy link
    Member Author

    @vstinner
    Copy link
    Member Author

    Duplicate of bpo-29883.

    @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
    OS-windows topic-asyncio type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant