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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jul 19 10:05:48 CEST 2013


Amaury Forgeot d'Arc added the comment:

+1 for PyException_SetContext or similar. The C code should behave like a "finally: x.finalize()".

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list