Issue 23295: [Windows] asyncio: add UDP support to ProactorEventLoop (original) (raw)

Issue23295

Created on 2015-01-21 23:40 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg234456 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-01-21 23:40
ProactorEventLoop lacks UDP support: create_datagram_endpoint() is not supported. New functions should be added to the _overlapped modul. Example: add maybe WSARecvFrom()?
msg234533 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-01-23 01:27
See also https://code.google.com/p/tulip/issues/detail?id=187
msg325386 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-09-14 19:30
Duplicate of bpo-29883.
History
Date User Action Args
2022-04-11 14:58:12 admin set github: 67484
2018-09-14 19:30:38 vstinner set status: open -> closedsuperseder: asyncio: Windows Proactor Event Loop UDP Supportmessages: + resolution: duplicatestage: resolved
2015-01-23 01:27:42 vstinner set messages: +
2015-01-22 08:19:39 vstinner set type: enhancement
2015-01-21 23:40:13 vstinner create