This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ned.deily, python-dev, r.david.murray, vstinner
Date 2013-07-21.16:07:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbxMyrXievQZg6zjpU+2T9bobF1P5ANCYwEndvE+NTmOg@mail.gmail.com>
In-reply-to <1374415913.06.0.95429545754.issue18519@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2013-07-21 16:07:08vstinnersetrecipients: + vstinner, ned.deily, r.david.murray, python-dev
2013-07-21 16:07:08vstinnerlinkissue18519 messages
2013-07-21 16:07:08vstinnercreate