[issue18519] test_sqlite crashes on OS X tiger 3.x buildbot

STINNER Victor report at bugs.python.org
Sun Jul 21 18:07:08 CEST 2013


STINNER Victor added the comment:

Before my change, the authorizer callback was called even if an exception
was raised. This is wrong, it is not how python works.

You can try with python 3.3 and an authorizer raising an exception and then
increment an attribute. If I understood correctly, the attribute will be
incremented but you will get the exception in the caller.

----------

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


More information about the Python-bugs-list mailing list