When using a decorator exceptions raised reference the decorator not the function

Néstor Boscán nestorjb at gmail.com
Thu Oct 30 08:33:57 EDT 2014


Hi

I'm using Python 2.7 and I'm creating a class decorator that extract
information from exceptions for logging purposes.

Everytime an exception is raised from the original function and I extract
the origin of the exception with sys.exc_info() I get a reference to the
line in the decorator where the function is called, not the line of the
original function where the exception was raised.

Any ideas?

Regards,

Néstor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141030/37a1fd82/attachment.html>


More information about the Python-list mailing list