summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-03-22 13:42:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-03-22 13:42:18 (GMT)
commitd0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5 (patch)
tree1675bdbf604281c8f22b3fef33785a9670660b47 /Misc
parentb304764ba2e4b34ae63644030b3ca8b6942fc0ae (diff)
parent0197ff97d025f51d52503b03dca2c91a111acdaa (diff)
downloadcpython-d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5.zip
cpython-d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5.tar.gz
cpython-d0acb411ef6790b5ecfbd8b6be9c2d0cc1aeb4d5.tar.bz2
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85ac5c0..81c3740 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,8 @@ Library
Build
-----
+- Issue #14387: Do not include accu.h from Python.h.
+
- Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Based on patch from Hervé Coatanhay.