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 2014-06-24.09:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403603454.99.0.611583484215.issue21858@psf.upfronthosting.co.za>
In-reply-to
Content
The _sqlite module doesn't handle correctly Python errors. It may loose the current Python exception: test_sqlite fails when the patch of the issue #21857 is applied.

Attached patch is a work-in-progress patch to fail earlier when Python raises an exception.
History
Date User Action Args
2014-06-24 09:50:55vstinnersetrecipients: + vstinner
2014-06-24 09:50:54vstinnersetmessageid: <1403603454.99.0.611583484215.issue21858@psf.upfronthosting.co.za>
2014-06-24 09:50:54vstinnerlinkissue21858 messages
2014-06-24 09:50:54vstinnercreate