bugs-pyt...@vendor.thewrittenword.com <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 makes sense to do the same in Modules/_ctypes/callproc.c. ---------- nosy: +bugs-pyt...@vendor.thewrittenword.com _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10320> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com