bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503)
The test.support.skip_unless_bind_unix_socket() decorator is used to skip asyncio tests that fail because the platform lacks a functional bind() function for unix domain sockets (as it is the case for non root users on the recent Android versions that run now SELinux in enforcing mode).
X
xdegaye committed
0f86cd38f4a38f25a4aed3759a654a4b7fa49031
Parent: 19fb134
Committed by GitHub <noreply@github.com>
on 11/24/2017, 4:35:55 PM