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