This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients exarkun, ghaering, l0nwlf, loewis, r.david.murray, vstinner
Date 2010-06-12.00:51:45
SpamBayes Score 0.0027970392
Marked as misclassified No
Message-id <1276303907.48.0.170249893908.issue8845@psf.upfronthosting.co.za>
In-reply-to
Content
Same error on builder "PPC Leopard 3.x".

http://www.python.org/dev/buildbot/builders/PPC%20Leopard%203.x/builds/87/steps/test/logs/stdio

test_sqlite
test test_sqlite failed -- Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-leopard-1/build/Lib/sqlite3/test/dbapi.py", line 152, in CheckInTransaction
    self.assertEqual(cx.in_transaction, True)
AssertionError: False != True
History
Date User Action Args
2010-06-12 00:51:47vstinnersetrecipients: + vstinner, loewis, ghaering, exarkun, r.david.murray, l0nwlf
2010-06-12 00:51:47vstinnersetmessageid: <1276303907.48.0.170249893908.issue8845@psf.upfronthosting.co.za>
2010-06-12 00:51:45vstinnerlinkissue8845 messages
2010-06-12 00:51:45vstinnercreate