summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2018-03-30 05:36:42 (GMT)
committerGitHub <noreply@github.com>2018-03-30 05:36:42 (GMT)
commit69f5c73311a61b05485b19626935bf240ad31c5b (patch)
treed2f5806553a3a0fca796698434850c2dfb8b4299 /Misc/NEWS.d/next
parent521995205a2cb6b504fe0e39af22a81f785350a3 (diff)
downloadcpython-69f5c73311a61b05485b19626935bf240ad31c5b.zip
cpython-69f5c73311a61b05485b19626935bf240ad31c5b.tar.gz
cpython-69f5c73311a61b05485b19626935bf240ad31c5b.tar.bz2
bpo-33182: Fix pointer types in _testembed (GH-6310)
Diffstat (limited to 'Misc/NEWS.d/next')
-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 0000000..6310e5d
--- /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