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 brett.cannon
Recipients ajaksu2, brett.cannon, dalcinl
Date 2008-08-22.18:49:01
SpamBayes Score 0.007441731
Marked as misclassified No
Message-id <1219430946.08.0.16720754358.issue3639@psf.upfronthosting.co.za>
In-reply-to
Content
The patch doesn't actually bother with a translation as the code causing
issue is only there to prevent infinite recursion. So if the object
being used is not a string, then there is no need to worry as it is not
part of the infinite recursion problem.

I also added a bunch of missing error checks.
History
Date User Action Args
2008-08-22 18:49:06brett.cannonsetrecipients: + brett.cannon, dalcinl, ajaksu2
2008-08-22 18:49:06brett.cannonsetmessageid: <1219430946.08.0.16720754358.issue3639@psf.upfronthosting.co.za>
2008-08-22 18:49:04brett.cannonlinkissue3639 messages
2008-08-22 18:49:04brett.cannoncreate