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:43:19
SpamBayes Score 0.0023146553
Marked as misclassified No
Message-id <1276303401.26.0.924008182777.issue8845@psf.upfronthosting.co.za>
In-reply-to
Content
Reopen the issue: the test fails on Sparc.

http://www.python.org/dev/buildbot/builders/sparc%20Ubuntu%203.x/builds/222

======================================================================
FAIL: CheckInTransaction (sqlite3.test.dbapi.ConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-ubuntu-sparc/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:43:21vstinnersetrecipients: + vstinner, loewis, ghaering, exarkun, r.david.murray, l0nwlf
2010-06-12 00:43:21vstinnersetmessageid: <1276303401.26.0.924008182777.issue8845@psf.upfronthosting.co.za>
2010-06-12 00:43:20vstinnerlinkissue8845 messages
2010-06-12 00:43:19vstinnercreate