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 Mark.Shannon, ag6502, amaury.forgeotdarc, benjamin.peterson, francismb, ggenellina, pitrou, serhiy.storchaka, terry.reedy
Date 2012-08-19.22:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345415731.1.0.965989337497.issue5765@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is incomplete: the VISIT macro contains a "return 0;" and in this case st->recursion_depth is not decremented.
OTOH errors are never caught, so it's not necessary to do any cleanup in case of errors.
Here is a simplified patch.
History
Date User Action Args
2012-08-19 22:35:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, terry.reedy, ggenellina, pitrou, ag6502, benjamin.peterson, Mark.Shannon, francismb, serhiy.storchaka
2012-08-19 22:35:31amaury.forgeotdarcsetmessageid: <1345415731.1.0.965989337497.issue5765@psf.upfronthosting.co.za>
2012-08-19 22:35:10amaury.forgeotdarclinkissue5765 messages
2012-08-19 22:35:09amaury.forgeotdarccreate