[New-bugs-announce] [issue28684] [asyncio] bind() on a unix socket raises PermissionError on Android for a non-root user

Xavier de Gaye report at bugs.python.org
Sun Nov 13 15:39:34 EST 2016


New submission from Xavier de Gaye:

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).

----------
components: Tests, asyncio
files: test_asyncio.log
messages: 280714
nosy: giampaolo.rodola, gvanrossum, haypo, xdegaye, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: [asyncio] bind() on a unix socket raises PermissionError on Android for a non-root user
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45476/test_asyncio.log

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28684>
_______________________________________


More information about the New-bugs-announce mailing list