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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, bkline, cyhawk, facundobatista, jcea, loewis, schmir
Date 2008-06-25.21:53:47
SpamBayes Score 0.0022830816
Marked as misclassified No
Message-id <1214430829.31.0.236800914967.issue2702@psf.upfronthosting.co.za>
In-reply-to
Content
Another version of the patch, that removes the self->nesting member and
uses the Py_EnterRecursiveCall machinery.
I prefer it because it takes into account the depth of the current
python call stack.
History
Date User Action Args
2008-06-25 21:53:49amaury.forgeotdarcsetspambayes_score: 0.00228308 -> 0.0022830816
recipients: + amaury.forgeotdarc, loewis, facundobatista, jcea, bkline, alexandre.vassalotti, schmir, cyhawk
2008-06-25 21:53:49amaury.forgeotdarcsetspambayes_score: 0.00228308 -> 0.00228308
messageid: <1214430829.31.0.236800914967.issue2702@psf.upfronthosting.co.za>
2008-06-25 21:53:48amaury.forgeotdarclinkissue2702 messages
2008-06-25 21:53:48amaury.forgeotdarccreate