summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Build
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-03-29 23:24:03 -0700
committerNick Coghlan <ncoghlan@gmail.com>2018-03-30 16:24:03 +1000
commit2961717986201d639b60de51e5f2e9aa2573856c (patch)
treefd16eaea9e2b8d311f2b4dd3bd5c1f3180bdbf3d /Misc/NEWS.d/next/Build
parentfaa6f5c74ca56d4cc0dd9db78d5c8e864b617d0c (diff)
downloadcpython-git-2961717986201d639b60de51e5f2e9aa2573856c.tar.gz
bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311)
(cherry picked from commit 69f5c73311a61b05485b19626935bf240ad31c5b) Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r--Misc/NEWS.d/next/Build/2018-03-30-14-55-48.bpo-33182.CePczb.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2018-03-30-14-55-48.bpo-33182.CePczb.rst b/Misc/NEWS.d/next/Build/2018-03-30-14-55-48.bpo-33182.CePczb.rst
new file mode 100644
index 0000000000..6310e5d5b5
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2018-03-30-14-55-48.bpo-33182.CePczb.rst
@@ -0,0 +1 @@
+The embedding tests can once again be built with clang 6.0