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 xdegaye
Recipients asvetlov, xdegaye, yselivanov
Date 2019-11-19.17:35:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574184902.81.0.895371437663.issue38841@roundup.psfhosted.org>
In-reply-to
Content
No, it is the SELinux configuration on android devices that forbids binds to named UNIX sockets. Changing from a named UNIX socket to an unnamed UNIX socket would fix the problem. I don't know if all platforms support unnamed UNIX sockets.

The fix in issue #28684 (referenced in the OP) provides a new decorator to skip the test for platforms such as android.
History
Date User Action Args
2019-11-19 17:35:02xdegayesetrecipients: + xdegaye, asvetlov, yselivanov
2019-11-19 17:35:02xdegayesetmessageid: <1574184902.81.0.895371437663.issue38841@roundup.psfhosted.org>
2019-11-19 17:35:02xdegayelinkissue38841 messages
2019-11-19 17:35:02xdegayecreate