[New-bugs-announce] [issue23295] [Windows] asyncio: add UDP support to ProactorEventLoop

STINNER Victor report at bugs.python.org
Thu Jan 22 00:40:13 CET 2015


New submission from STINNER Victor:

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

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

----------
components: Windows, asyncio
messages: 234456
nosy: gvanrossum, haypo, steve.dower, tim.golden, yselivanov, zach.ware
priority: normal
severity: normal
status: open
title: [Windows] asyncio: add UDP support to ProactorEventLoop
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23295>
_______________________________________


More information about the New-bugs-announce mailing list