New submission from Xavier de Gaye: 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. ---------- components: Cross-Build files: test.asyncio.patch keywords: patch messages: 264281 nosy: Alex.Willmer, xdegaye priority: normal severity: normal status: open title: setting SO_REUSEPORT fails on android type: behavior versions: Python 3.6 Added file: http://bugs.python.org/file42610/test.asyncio.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26858> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com