This seems to cause bus errors, somehow, so I'm reverting it.

This commit is contained in:
Jeremy Fincher 2004-09-16 14:49:32 +00:00
parent 98150a971e
commit d631b3ea1b

View File

@ -80,7 +80,7 @@ try:
else:
Connection.commit(self, *args, **kwargs)
sqlite.Connection = MyConnection
del Connection.__del__
#del Connection.__del__
except ImportError:
pass