[Python-Dev] PPC Leopard buildbot failing sqlite test for Python 3.2

Bill Janssen janssen at parc.com
Sat Oct 16 22:14:20 CEST 2010


There was a test added to the sqlite suite between 3.1 and the current
3.x trunk, TestInTransaction.  It's failing pretty consistently on the
PPC Leopard buildbot (2.7 and 3.1 are testing OK).
Calling sqlite3.sqlite_version returns 3.4.0.

A couple of things come to mind:

* Does this require a different flavor of the sqlite libraries?  I
  looked through the 3.x docs and couldn't find any mention of a
  specific sqlite version.

* Is this a big-endian bug?  Might fail on SPARC, too, then.

What should I look at?

Bill


More information about the Python-Dev mailing list