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 <eric+python-dev at trueblade.com> wrote: > The URL is getting mangled, it should be: > http://www.python.org/dev/buildbot/all/S-390%20Debian%203.0/builds/9 >> buildbot at python.org 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 > > Python-checkins at python.org > > http://mail.python.org/mailman/listinfo/python-checkins > > >> _______________________________________________ > Python-3000 mailing list > Python-3000 at 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/)