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 eric.smith
Recipients amaury.forgeotdarc, benjamin.peterson, eric.smith, nnorwitz
Date 2008-05-07.15:33:28
SpamBayes Score 0.0016059701
Marked as misclassified No
Message-id <1210174411.83.0.986226476112.issue2772@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure Py_EnterRecursiveCall is what I want, because that allows
the recursion to happen, but just aborts it when it gets too deep.  What
I want to achieve is to have the warning not called if it's the warning
that's being formatted.  I coded this up and couldn't get it to do the
right thing.

I think a better approach will be to remove % formatting from
warnings.py.  I think that will remove the need for any checks at all. 
I'll investigate that.
History
Date User Action Args
2008-05-07 15:33:32eric.smithsetspambayes_score: 0.00160597 -> 0.0016059701
recipients: + eric.smith, nnorwitz, amaury.forgeotdarc, benjamin.peterson
2008-05-07 15:33:31eric.smithsetspambayes_score: 0.00160597 -> 0.00160597
messageid: <1210174411.83.0.986226476112.issue2772@psf.upfronthosting.co.za>
2008-05-07 15:33:30eric.smithlinkissue2772 messages
2008-05-07 15:33:29eric.smithcreate