[New-bugs-announce] [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:39:52 CEST 2013


New submission from STINNER Victor:

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.

----------
messages: 193257
nosy: haypo
priority: normal
severity: normal
status: open
title: sqlite: finalize() method of user function may be called with an exception set if a call to step() method failed
versions: Python 3.4

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


More information about the New-bugs-announce mailing list