diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-22 13:38:16 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-22 13:38:16 (GMT) |
commit | 0197ff97d025f51d52503b03dca2c91a111acdaa (patch) | |
tree | 9d09a1fc356a74a0d8aa18676d9c63fabe20260c /Misc | |
parent | ab79c71f39485d7ddc058dfc3a9c3d02ec859c36 (diff) | |
download | cpython-0197ff97d025f51d52503b03dca2c91a111acdaa.zip cpython-0197ff97d025f51d52503b03dca2c91a111acdaa.tar.gz cpython-0197ff97d025f51d52503b03dca2c91a111acdaa.tar.bz2 |
Issue #14387: Do not include accu.h from Python.h.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ Extension Modules 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. |