[issue29883] asyncio: Windows Proactor Event Loop UDP Support

STINNER Victor report at bugs.python.org
Fri Sep 14 15:31:26 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I just marked my old issue bpo-23295 as duplicate of this one. Copy of my messages:

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

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

See also https://code.google.com/p/tulip/issues/detail?id=187
"""

----------
versions: +Python 3.8 -Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29883>
_______________________________________


More information about the Python-bugs-list mailing list