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 vstinner
Date 2013-12-19.12:59:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387457962.72.0.00183779685017.issue20026@psf.upfronthosting.co.za>
In-reply-to
Content
$ python
Python 3.4.0b1 (default:298d98486794+, Dec 19 2013, 13:45:07) 
[GCC 4.8.2 20131017 (Red Hat 4.8.2-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite3
>>> con=sqlite3.connect(":memory:", isolation_level=3)
python: Objects/typeobject.c:741: type_call: Assertion `!PyErr_Occurred()' failed.
Program terminated with signal SIGABRT, Aborted.
History
Date User Action Args
2013-12-19 12:59:22vstinnersetrecipients: + vstinner
2013-12-19 12:59:22vstinnersetmessageid: <1387457962.72.0.00183779685017.issue20026@psf.upfronthosting.co.za>
2013-12-19 12:59:22vstinnerlinkissue20026 messages
2013-12-19 12:59:22vstinnercreate