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 bhy
Recipients bhy
Date 2008-05-24.10:49:53
SpamBayes Score 0.00020271695
Marked as misclassified No
Message-id <1211626208.53.0.435870200974.issue2957@psf.upfronthosting.co.za>
In-reply-to
Content
To reproduce the bug, save the uploaded huge.py, then import the module
twice:

$ python3 -c 'import huge'
$ python3 -c 'import huge'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ValueError: recursion limit exceeded

But there's no such problem in Python 2.5.2.
History
Date User Action Args
2008-05-24 10:50:11bhysetspambayes_score: 0.000202717 -> 0.00020271695
recipients: + bhy
2008-05-24 10:50:10bhysetspambayes_score: 0.000202717 -> 0.000202717
messageid: <1211626208.53.0.435870200974.issue2957@psf.upfronthosting.co.za>
2008-05-24 10:50:06bhylinkissue2957 messages
2008-05-24 10:50:05bhycreate