diff options
author | xdegaye <xdegaye@gmail.com> | 2019-05-03 15:09:17 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-05-03 15:09:17 (GMT) |
commit | 4461d704e23a13dfbe78ea3020e4cbeff4b68dc2 (patch) | |
tree | c1747fb1ab5906ff40a41308d9221f0d39139bd2 /Misc | |
parent | a8a79cacca4a03e2e682bf10108c80f502791755 (diff) | |
download | cpython-4461d704e23a13dfbe78ea3020e4cbeff4b68dc2.zip cpython-4461d704e23a13dfbe78ea3020e4cbeff4b68dc2.tar.gz cpython-4461d704e23a13dfbe78ea3020e4cbeff4b68dc2.tar.bz2 |
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
Those tests may fail with PermissionError.
https://bugs.python.org/issue36341
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2019-03-18-10-47-45.bpo-36341.UXlY0P.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2019-03-18-10-47-45.bpo-36341.UXlY0P.rst b/Misc/NEWS.d/next/Tests/2019-03-18-10-47-45.bpo-36341.UXlY0P.rst new file mode 100644 index 0000000..b76447d --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-03-18-10-47-45.bpo-36341.UXlY0P.rst @@ -0,0 +1,2 @@ +Fix tests that may fail with PermissionError upon calling bind() on AF_UNIX +sockets. |