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 aerojockey
Recipients aerojockey
Date 2011-03-18.21:15:16
SpamBayes Score 0.006614768
Marked as misclassified No
Message-id <1300482917.38.0.116490632242.issue11603@psf.upfronthosting.co.za>
In-reply-to
Content
The issue was raised by J Peyret on the following c.l.python thread:

http://groups.google.com/group/comp.lang.python/browse_frm/thread/459e5ec433e7dcab?hl=en#

Several posters reported that the following code either hangs or crashes Python (versions 2.7, 2.6, and 3.2, on Windows and Linux) were tested:

-------------
class Foo(object):
    pass

Foo.__repr__ = Foo.__str__

foo = Foo()
print(str(foo))
-------------
History
Date User Action Args
2011-03-18 21:15:17aerojockeysetrecipients: + aerojockey
2011-03-18 21:15:17aerojockeysetmessageid: <1300482917.38.0.116490632242.issue11603@psf.upfronthosting.co.za>
2011-03-18 21:15:16aerojockeylinkissue11603 messages
2011-03-18 21:15:16aerojockeycreate