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 giampaolo.rodola, gvanrossum, vstinner, xdegaye, yselivanov
Date 2016-11-13.20:39:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Tests in test_asyncio fail on Android when bind() on a unix socket raises PermissionError for a non-root user. See the attached test_asyncio.log. See also issue 28683 and its patch(es).
History
Date User Action Args
2016-11-13 20:39:35xdegayesetrecipients: + xdegaye, gvanrossum, vstinner, giampaolo.rodola, yselivanov
2016-11-13 20:39:34xdegayesetmessageid: <[email protected]>
2016-11-13 20:39:34xdegayelinkissue28684 messages
2016-11-13 20:39:33xdegayecreate