[issue8845] Expose sqlite3 connection inTransaction as read-only in_transaction attribute

STINNER Victor report at bugs.python.org
Sat Jun 12 02:43:21 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

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

----------
nosy: +haypo
resolution: accepted -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8845>
_______________________________________


More information about the Python-bugs-list mailing list