diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-11-20 10:43:10 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-11-20 10:43:10 (GMT) |
commit | 6646cd45be26c532a1152cea6a6e0ba27838c645 (patch) | |
tree | 2a39c18e75f9bd0c0d1043a2b717bd37b926eda1 /Misc | |
parent | ec0d3558360c5232c066094127b4d88f55c0b531 (diff) | |
download | cpython-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ================================= |