summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-06-30 15:32:30 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-06-30 15:32:30 (GMT)
commit2f865b962cc26366ddd374233ee78ee759e62f68 (patch)
treeb575cd34241794668a05470435978d7eb973ecdc /Misc
parent5dfc7f9fc8b0a7eda357643234e415ff51e79711 (diff)
downloadcpython-2f865b962cc26366ddd374233ee78ee759e62f68.zip
cpython-2f865b962cc26366ddd374233ee78ee759e62f68.tar.gz
cpython-2f865b962cc26366ddd374233ee78ee759e62f68.tar.bz2
Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build
failure on HP-UX 11.00.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 30e2217..1e244c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #6347: Include inttypes.h as well as stdint.h in pyport.h.
+ This fixes a build failure on HP-UX: int32_t and uint32_t are
+ defined in inttypes.h instead of stdint.h on that platform.
+
- Issue #4856: Remove checks for win NT.
- Issue #2016: Fixed a crash in a corner case where the dictionary of keyword