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 terry.reedy
Recipients gregory.p.smith, nnja, r.david.murray, terry.reedy, tim.peters
Date 2014-04-18.21:38:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397857131.35.0.564157929832.issue21253@psf.upfronthosting.co.za>
In-reply-to
Content
An obvious fix for the recursion limit error is to convert the .compare recursion to iteration with a stack (which I could try to do), but I don't know if the deep recursion is expected in this case, or is a bug. Tim?
History
Date User Action Args
2014-04-18 21:38:51terry.reedysetrecipients: + terry.reedy, tim.peters, gregory.p.smith, r.david.murray, nnja
2014-04-18 21:38:51terry.reedysetmessageid: <1397857131.35.0.564157929832.issue21253@psf.upfronthosting.co.za>
2014-04-18 21:38:51terry.reedylinkissue21253 messages
2014-04-18 21:38:51terry.reedycreate