cpython/Lib/test/support
xdegaye 0f86cd38f4
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).
2017-11-24 17:35:55 +01:00
..
__init__.py bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) 2017-11-24 17:35:55 +01:00
script_helper.py bpo-28180: Implementation for PEP 538 (#659) 2017-06-11 13:16:15 +10:00