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 pitrou
Recipients kaizhu, loewis, pitrou
Date 2009-11-17.11:10:23
SpamBayes Score 0.02844664
Marked as misclassified No
Message-id <1258456224.63.0.899753605017.issue7338@psf.upfronthosting.co.za>
In-reply-to
Content
This is normal. By doing "except: return self.x", you are reinvoking
__getattribute__ as soon as the RuntimeError is raised, and forcing the
interpreter into another infinite recursion.
History
Date User Action Args
2009-11-17 11:10:24pitrousetrecipients: + pitrou, loewis, kaizhu
2009-11-17 11:10:24pitrousetmessageid: <1258456224.63.0.899753605017.issue7338@psf.upfronthosting.co.za>
2009-11-17 11:10:23pitroulinkissue7338 messages
2009-11-17 11:10:23pitroucreate