◐ Shell
clean mode source ↗

Message 264281 - Python tracker

Message264281

Author xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-04-26.13:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461677842.81.0.574068471289.issue26858@psf.upfronthosting.co.za>
In-reply-to
Content
Android defines SO_REUSEPORT on android API 21 but setting this option in the asyncio tests raises OSError: [Errno 92] Protocol not available.

The attached patch assumes there is a platform.android_ver() function to detect that this is the android platform.  The patch does not take into account the fact that this may be fixed in future versions of android.
History
Date User Action Args
2016-04-26 13:37:22xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-04-26 13:37:22xdegayesetmessageid: <1461677842.81.0.574068471289.issue26858@psf.upfronthosting.co.za>
2016-04-26 13:37:22xdegayelinkissue26858 messages
2016-04-26 13:37:22xdegayecreate