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

2010-10-16 Thread Bill Janssen
R. David Murray wrote: > On Sat, 16 Oct 2010 13:14:20 -0700, Bill Janssen wrote: > > 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). > > Callin

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

2010-10-16 Thread R. David Murray
On Sat, 16 Oct 2010 13:14:20 -0700, Bill Janssen wrote: > 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.

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

2010-10-16 Thread Bill Janssen
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 dif