[issue18488] sqlite: finalize() method of user function may be called with an exception set if a call to step() method failed

STINNER Victor report at bugs.python.org
Thu Jul 18 01:56:18 CEST 2013


STINNER Victor added the comment:

What is the expected behaviour? Should sqlite call finalize() if step() failed?

If finalize() must be called: which exception should be kept? step() or failure() exception?

----------

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


More information about the Python-bugs-list mailing list