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 Arfrever, Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, vstinner
Date 2012-04-01.23:51:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333324288.21.0.845847141933.issue14417@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a hack that uses goto instead of recursion to restore the original behavior, less the stack overflow.  With this, hammer_dict_switchinterval.py loops forever (which is I think what it's supposed to do if RuntimeError is never raised).
History
Date User Action Args
2012-04-01 23:51:28gvanrossumsetrecipients: + gvanrossum, rhettinger, gregory.p.smith, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, asvetlov, skrah, Jim.Jewett
2012-04-01 23:51:28gvanrossumsetmessageid: <1333324288.21.0.845847141933.issue14417@psf.upfronthosting.co.za>
2012-04-01 23:51:27gvanrossumlinkissue14417 messages
2012-04-01 23:51:27gvanrossumcreate