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 soren
Recipients Arfrever, Trundle, barry, benjamin.peterson, eric.araujo, jcea, michael.foord, ncoghlan, r.david.murray, rhettinger, soren
Date 2011-06-04.22:30:59
SpamBayes Score 3.8412756e-07
Marked as misclassified No
Message-id <BANLkTikQ2qzcguaQZwi7+C1_rrtLZdaC_A@mail.gmail.com>
In-reply-to <BANLkTinrBZGK4s=G0irJPAnz80gVUtbUmQ@mail.gmail.com>
Content
2011/6/5 Benjamin Peterson <report@bugs.python.org>:
> 2011/6/4 Soren Hansen <report@bugs.python.org>:
>> ...I end up with a "RuntimeError: maximum recursion depth exceeded". I
>> can't say I'm surprised :)
> Ah, sorry I should have thought before writing that. :)
> self.__class__.__dir__.__get__(self, self.__class__) should work,
> though.

Yeah, that one does seem to work. Excellent, thanks!
History
Date User Action Args
2011-06-04 22:30:59sorensetrecipients: + soren, barry, rhettinger, jcea, ncoghlan, benjamin.peterson, eric.araujo, Arfrever, r.david.murray, michael.foord, Trundle
2011-06-04 22:30:59sorenlinkissue12248 messages
2011-06-04 22:30:59sorencreate