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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18488>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to