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 steven.daprano
Recipients danilo, skip.montanaro, steven.daprano, tim.peters
Date 2009-02-14.02:06:16
SpamBayes Score 1.6743273e-12
Marked as misclassified No
Message-id <1234577180.72.0.226887807523.issue1108@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, this bug appears to go back to at least Python 2.4,
and it affects functions using decorators even if they are defined in
the same module as the decorated function. I've applied the patch to my
2.4 installation, and it doesn't fix the issue. I'd like to request this
be reopened, because I don't believe the patch works as advertised.

I've attached a simple script which should demonstrate the issue. Run it
with "python doctestfail.py [-v]", and if it passes with no failures,
the bug still exists. I've tested it on 2.4 before and after the patch.
(Apologies for not having anything more recent at the moment.)
History
Date User Action Args
2009-02-14 02:06:20steven.dapranosetrecipients: + steven.daprano, tim.peters, skip.montanaro, danilo
2009-02-14 02:06:20steven.dapranosetmessageid: <1234577180.72.0.226887807523.issue1108@psf.upfronthosting.co.za>
2009-02-14 02:06:19steven.dapranolinkissue1108 messages
2009-02-14 02:06:17steven.dapranocreate