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 alex
Recipients BreamoreBoy, ajaksu2, alex, arigo, fijal, gvanrossum, theller
Date 2010-09-20.00:14:37
SpamBayes Score 8.507391e-05
Marked as misclassified No
Message-id <1284941681.71.0.677481502406.issue1838@psf.upfronthosting.co.za>
In-reply-to
Content
No need to solve the halting problem, just to detect a cycle in data.  I've got a patch, however it requires objects to be hashable.  Another case for identity dict I suppose :)  Not sure if that's a reasonable requirement, in any event, proof of concept patch, against trunk.
History
Date User Action Args
2010-09-20 00:14:42alexsetrecipients: + alex, gvanrossum, arigo, theller, fijal, ajaksu2, BreamoreBoy
2010-09-20 00:14:41alexsetmessageid: <1284941681.71.0.677481502406.issue1838@psf.upfronthosting.co.za>
2010-09-20 00:14:39alexlinkissue1838 messages
2010-09-20 00:14:38alexcreate