summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Herzog <thomas@mcduke.net>2018-09-01 22:13:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-09-01 22:13:57 (GMT)
commit2d7102e726e973ab2d307aa9748c7ec433677877 (patch)
tree6b8d20b623d143365e6f8d9eab4ba2b7cdee0e12 /Misc
parent5265b3a98b376684e361b62d0728483b26f493f2 (diff)
downloadcpython-2d7102e726e973ab2d307aa9748c7ec433677877.zip
cpython-2d7102e726e973ab2d307aa9748c7ec433677877.tar.gz
cpython-2d7102e726e973ab2d307aa9748c7ec433677877.tar.bz2
closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2018-08-31-19-41-09.bpo-34555.dfQcnm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-08-31-19-41-09.bpo-34555.dfQcnm.rst b/Misc/NEWS.d/next/Build/2018-08-31-19-41-09.bpo-34555.dfQcnm.rst
new file mode 100644
index 0000000..7e61c4f
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2018-08-31-19-41-09.bpo-34555.dfQcnm.rst
@@ -0,0 +1,2 @@
+Fix for case where it was not possible to have both
+``HAVE_LINUX_VM_SOCKETS_H`` and ``HAVE_SOCKADDR_ALG`` be undefined.