summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorziheng <zihenglv@gmail.com>2019-06-24 17:59:51 (GMT)
committerNed Deily <nad@python.org>2019-06-24 17:59:50 (GMT)
commit6ffd9b05dfade9e3a101fe039157856eb855f82e (patch)
tree9b86e127a26bd97292d4f444a2240cfc67e8e4d6 /Misc
parent549f7d45c8d61ab7b1d4a4e266b9d790ad6f7504 (diff)
downloadcpython-6ffd9b05dfade9e3a101fe039157856eb855f82e.zip
cpython-6ffd9b05dfade9e3a101fe039157856eb855f82e.tar.gz
cpython-6ffd9b05dfade9e3a101fe039157856eb855f82e.tar.bz2
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-02-03-19-13-08.bpo-32627.b68f64.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-02-03-19-13-08.bpo-32627.b68f64.rst b/Misc/NEWS.d/next/Library/2019-02-03-19-13-08.bpo-32627.b68f64.rst
new file mode 100644
index 0000000..16708aa
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-02-03-19-13-08.bpo-32627.b68f64.rst
@@ -0,0 +1 @@
+Fix compile error when ``_uuid`` headers conflicting included.