]> granicus.if.org Git - python/commit
Backport rev. 51971:
authorGeorg Brandl <georg@python.org>
Mon, 25 Sep 2006 06:58:00 +0000 (06:58 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 25 Sep 2006 06:58:00 +0000 (06:58 +0000)
commit934c90de0de8a0fd5f07b483b18d98beb857dbd9
tree29264686d9cda5c7c1d945b2d3bc5c97ff843786
parentb14b59fcf9325bc803763c4aad036cb12f9d7978
Backport rev. 51971:

Fix %zd string formatting on Mac OS X so it prints negative numbers.

In addition to testing positive numbers, verify negative numbers work in configure.
In order to avoid compiler warnings on OS X 10.4, also change the order of the check
for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format
for Py_ssize_t.  This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't
defined at configure time.  Need to verify the buildbot results.
Include/pyport.h
Misc/NEWS
configure
configure.in