bugs-pyt...@vendor.thewrittenword.com
added the comment:
Objects/stringobject.c already does something similar:
else if (longlongflag)
sprintf(s, "%" PY_FORMAT_LONG_LONG "d",
va_arg(vargs, PY_LONG_LONG));
so it m
New submission from bugs-pyt...@vendor.thewrittenword.com
:
Python 3.1.3 fails to build on HP-UX/PA:
In file included from
/opt/build/Python-3.1.3/Modules/_ctypes/libffi/src/dlmalloc.c:1156:
/opt/TWWfsw/gcc42/lib/gcc/hppa2.0-hp-hpux11.31/4.2/include/stdlib.h:577: error:
redefinition of
New submission from bugs-pyt...@vendor.thewrittenword.com
:
We had issues building python 2.7 on hppa-hp-hpux machines because sysconfig
and distutils had different ideas of the platform name.
./python -c 'import os, sys; from distutils.util import get_platform as plat1;
from sysc
bugs-pyt...@vendor.thewrittenword.com
added the comment:
Python is using the wrong ffi code, it should be using ffi_darwin.c
--
keywords: +patch
nosy: +bugs-pyt...@vendor.thewrittenword.com
Added file: http://bugs.python.org/file17098/pyffi.patch