Never mind. Amaury pointed out that the code already includes PY_FORMAT_SIZE_T, but that particular platform doesn't support %zd. Maybe PY_FORMAT_SIZE_T should be "l" instead on that platform? (As it's not Windows I'm pretty sure sizeof(long) == sizeof(void*)...)
--Guido On 8/29/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > I noticed this failed with a traceback from distutils, caused by a bug > in an exception handler; which I fixed. > > I also noticed that there were a *lot* of warnings like this: > > Objects/object.c:193: warning: format '%d' expects type 'int', but > argument 7 has type 'Py_ssize_t' > > These can be fixed using %zd I believe. Any volunteers? This would > tremendously improve 64-bit quality! > > --Guido > > On 8/29/07, Eric Smith <[EMAIL PROTECTED]> wrote: > > The URL is getting mangled, it should be: > > http://www.python.org/dev/buildbot/all/S-390%20Debian%203.0/builds/9 > > > > [EMAIL PROTECTED] wrote: > > > The Buildbot has detected a new failure of S-390 Debian 3.0. > > > Full details are available at: > > > http://www.python.org/dev/buildbot/all/S-390%2520Debian%25203.0/builds/9 > > > > > > Buildbot URL: http://www.python.org/dev/buildbot/all/ > > > > > > Build Reason: > > > Build Source Stamp: [branch branches/py3k] HEAD > > > Blamelist: eric.smith > > > > > > BUILD FAILED: failed compile > > > > > > sincerely, > > > -The Buildbot > > > > > > _______________________________________________ > > > Python-checkins mailing list > > > [EMAIL PROTECTED] > > > http://mail.python.org/mailman/listinfo/python-checkins > > > > > > > _______________________________________________ > > Python-3000 mailing list > > Python-3000@python.org > > http://mail.python.org/mailman/listinfo/python-3000 > > Unsubscribe: > > http://mail.python.org/mailman/options/python-3000/guido%40python.org > > > > > -- > --Guido van Rossum (home page: http://www.python.org/~guido/) > -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com