| commit | 0197ff97d025f51d52503b03dca2c91a111acdaa | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 22 14:38:16 2012 +0100 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Mar 22 14:38:16 2012 +0100 |
| tree | 9d09a1fc356a74a0d8aa18676d9c63fabe20260c | |
| parent | ab79c71f39485d7ddc058dfc3a9c3d02ec859c36 [diff] [blame] |
Issue #14387: Do not include accu.h from Python.h.
diff --git a/Misc/NEWS b/Misc/NEWS index 1c1bf16..c14e999 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -93,6 +93,8 @@ 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.