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 chris laws
Recipients Boris.FELD, chris laws, gvanrossum, vstinner, yselivanov
Date 2015-07-13.14:10:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436796632.94.0.475613338603.issue23972@psf.upfronthosting.co.za>
In-reply-to
Content
I encountered this issue too. I needed it resolved ASAP for my work so I created a loop patch that partially implements the suggestion solution by overriding the create_datagram_endpoint method. Perhaps this might be of some use to the eventual ticket resolver.

It can be found in the following gist: https://gist.github.com/claws/d4076b4b155695844d54

If this looks like it's progressing in the right direction I can try to implement it properly in `base_events.py` and submit it via a patch.
History
Date User Action Args
2015-07-13 14:10:33chris lawssetrecipients: + chris laws, gvanrossum, vstinner, Boris.FELD, yselivanov
2015-07-13 14:10:32chris lawssetmessageid: <1436796632.94.0.475613338603.issue23972@psf.upfronthosting.co.za>
2015-07-13 14:10:32chris lawslinkissue23972 messages
2015-07-13 14:10:32chris lawscreate