diff options
author | Georg Brandl <georg@python.org> | 2006-09-25 06:58:00 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-25 06:58:00 +0000 |
commit | 934c90de0de8a0fd5f07b483b18d98beb857dbd9 (patch) | |
tree | 29264686d9cda5c7c1d945b2d3bc5c97ff843786 /Python/fmod.c | |
parent | b14b59fcf9325bc803763c4aad036cb12f9d7978 (diff) | |
download | cpython-git-934c90de0de8a0fd5f07b483b18d98beb857dbd9.tar.gz |
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.
Diffstat (limited to 'Python/fmod.c')
0 files changed, 0 insertions, 0 deletions