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 Claudiu.Popa
Recipients Claudiu.Popa, Guido.van.Rossum, ezio.melotti, gvanrossum, michael.foord, pitrou, r.david.murray, rhettinger, tim.peters
Date 2014-07-03.10:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404383135.69.0.285574575803.issue21740@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a test patch which uses inspect.unwrap. Unfortunately, I can't test with numba, so I don't know if it works for that, but any decorated function which uses `functools.update_wrapper` or `wraps` should be detected by doctest.
History
Date User Action Args
2014-07-03 10:25:35Claudiu.Popasetrecipients: + Claudiu.Popa, gvanrossum, tim.peters, rhettinger, pitrou, ezio.melotti, r.david.murray, michael.foord, Guido.van.Rossum
2014-07-03 10:25:35Claudiu.Popasetmessageid: <1404383135.69.0.285574575803.issue21740@psf.upfronthosting.co.za>
2014-07-03 10:25:35Claudiu.Popalinkissue21740 messages
2014-07-03 10:25:35Claudiu.Popacreate