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 xiang.zhang
Recipients Rosuav, abarry, ethan.furman, georg.brandl, xiang.zhang
Date 2016-04-22.02:59:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461293952.74.0.535140664308.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
With the current patch, a simple test gives the traceback:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<stdin>", line 2, in test
  File "<stdin>", line 2, in test
  File "<stdin>", line 2, in test
  [Previous message repeated 995 more times]
RecursionError: maximum recursion depth exceeded

I think the message [Previous message repeated 995 more times] is vague. Does it refer to the previous line or the whole previous messages? Hmm, at least it is vague for me, a non-native English speaker.
History
Date User Action Args
2016-04-22 02:59:12xiang.zhangsetrecipients: + xiang.zhang, georg.brandl, ethan.furman, Rosuav, abarry
2016-04-22 02:59:12xiang.zhangsetmessageid: <1461293952.74.0.535140664308.issue26823@psf.upfronthosting.co.za>
2016-04-22 02:59:12xiang.zhanglinkissue26823 messages
2016-04-22 02:59:12xiang.zhangcreate