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 pitrou
Recipients ajaksu2, amaury.forgeotdarc, barry, benjamin.peterson, brett.cannon, nnorwitz, pitrou, theller
Date 2008-08-21.15:25:20
SpamBayes Score 0.00045674786
Marked as misclassified No
Message-id <1219332322.15.0.165222930437.issue2548@psf.upfronthosting.co.za>
In-reply-to
Content
For what it's worth, py3k has a subtler recursion checking algorithm
which would probably fix this problem if backported properly. See
_Py_CheckRecursiveCall() in ceval.c (lines 462+), and especially the
role played by the tstate->overflowed flag, which allows a moderate
overflow of the recursion count in order for error handling code to
execute properly.
History
Date User Action Args
2008-08-21 15:25:22pitrousetrecipients: + pitrou, barry, nnorwitz, brett.cannon, theller, amaury.forgeotdarc, ajaksu2, benjamin.peterson
2008-08-21 15:25:22pitrousetmessageid: <1219332322.15.0.165222930437.issue2548@psf.upfronthosting.co.za>
2008-08-21 15:25:21pitroulinkissue2548 messages
2008-08-21 15:25:20pitroucreate