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 gvanrossum
Recipients Guido.van.Rossum, gvanrossum, inglesp, pitrou, tim.golden, vstinner
Date 2014-05-06.01:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399338375.86.0.223713776515.issue21435@psf.upfronthosting.co.za>
In-reply-to
Content
So should we just add

    if (!gc)
        break;

at the top of the for-loop body?  That prevents the crash for me.  But why is it needed?
History
Date User Action Args
2014-05-06 01:06:15gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum
2014-05-06 01:06:15gvanrossumsetmessageid: <1399338375.86.0.223713776515.issue21435@psf.upfronthosting.co.za>
2014-05-06 01:06:15gvanrossumlinkissue21435 messages
2014-05-06 01:06:15gvanrossumcreate