This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients asvetlov, giampaolo.rodola, meilyadam, vstinner, yselivanov
Date 2018-09-14.19:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536953486.93.0.956365154283.issue29883@psf.upfronthosting.co.za>
In-reply-to
Content
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
"""
History
Date User Action Args
2018-09-14 19:31:26vstinnersetrecipients: + vstinner, giampaolo.rodola, asvetlov, yselivanov, meilyadam
2018-09-14 19:31:26vstinnersetmessageid: <1536953486.93.0.956365154283.issue29883@psf.upfronthosting.co.za>
2018-09-14 19:31:26vstinnerlinkissue29883 messages
2018-09-14 19:31:26vstinnercreate