summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-11-20 10:43:10 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-11-20 10:43:10 (GMT)
commit6646cd45be26c532a1152cea6a6e0ba27838c645 (patch)
tree2a39c18e75f9bd0c0d1043a2b717bd37b926eda1 /Misc
parentec0d3558360c5232c066094127b4d88f55c0b531 (diff)
downloadcpython-6646cd45be26c532a1152cea6a6e0ba27838c645.zip
cpython-6646cd45be26c532a1152cea6a6e0ba27838c645.tar.gz
cpython-6646cd45be26c532a1152cea6a6e0ba27838c645.tar.bz2
Issue #10325: Fix two issues in the fallback definitions of PY_LLONG_MAX and
PY_ULLONG_MAX in pyport.h. Thanks Hallvard B Furuseth for the patch.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d5a002b..917b7cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,12 @@ Tests
- Issue #8886: Use context managers throughout test_zipfile. Patch by
Eric Carstensen.
+Build
+-----
+
+- Issue #10325: Fix two issues in the fallback definitions for PY_ULLONG_MAX and
+ PY_LLONG_MAX that made them unsuitable for use in preprocessor conditionals.
+
What's New in Python 3.2 Alpha 4?
=================================