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-07-17.23:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374104392.89.0.672278845185.issue18488@psf.upfronthosting.co.za>
In-reply-to
Content
In Modules/_sqlite/connection.c, _pysqlite_final_callback() calls the finalize() method of the user function. Calling this method may clear the current exception, whereas test_sqlite excepts that exceptions of step() are reported.
History
Date User Action Args
2013-07-17 23:39:52vstinnersetrecipients: + vstinner
2013-07-17 23:39:52vstinnersetmessageid: <1374104392.89.0.672278845185.issue18488@psf.upfronthosting.co.za>
2013-07-17 23:39:52vstinnerlinkissue18488 messages
2013-07-17 23:39:52vstinnercreate