diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2018-03-30 05:36:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 05:36:42 (GMT) |
commit | 69f5c73311a61b05485b19626935bf240ad31c5b (patch) | |
tree | d2f5806553a3a0fca796698434850c2dfb8b4299 /Misc/NEWS.d/next | |
parent | 521995205a2cb6b504fe0e39af22a81f785350a3 (diff) | |
download | cpython-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.rst | 1 |
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 |