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 Jim.Jewett
Recipients Arfrever, Jim.Jewett, asvetlov, gregory.p.smith, gvanrossum, ncoghlan, pitrou, r.david.murray, rhettinger, skrah, vstinner
Date 2012-04-05.20:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333657069.47.0.77304833554.issue14417@psf.upfronthosting.co.za>
In-reply-to
Content
>> A counter can be added to dictobject.c.patch to avoid
>> an infinite loop.

> But why bother? 

Without a termination condition, how is this different from just reverting the original change?  Is it just the slightly improvement in efficiency?
History
Date User Action Args
2012-04-05 20:17:49Jim.Jewettsetrecipients: + Jim.Jewett, gvanrossum, rhettinger, gregory.p.smith, ncoghlan, pitrou, vstinner, Arfrever, r.david.murray, asvetlov, skrah
2012-04-05 20:17:49Jim.Jewettsetmessageid: <1333657069.47.0.77304833554.issue14417@psf.upfronthosting.co.za>
2012-04-05 20:17:46Jim.Jewettlinkissue14417 messages
2012-04-05 20:17:46Jim.Jewettcreate