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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28683>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to