[New-bugs-announce] [issue28683] 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 14:32:04 EST 2016


New submission from Xavier de Gaye:

Tests in test_socket and test_asyncore fail on Android when bind() on a unix socket raises PermissionError for a non-root user. This occurs also in test_asyncio and this is logged in a separate issue as asyncio has its own project.

Patch attached.

----------
assignee: xdegaye
components: Tests
files: bind_unix_socket.patch
keywords: patch
messages: 280709
nosy: xdegaye
priority: normal
severity: normal
stage: patch review
status: open
title: 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/file45475/bind_unix_socket.patch

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


More information about the New-bugs-announce mailing list