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 benjamin.peterson
Recipients Arfrever, Trundle, barry, benjamin.peterson, eric.araujo, jcea, michael.foord, ncoghlan, r.david.murray, rhettinger
Date 2011-06-04.01:52:41
SpamBayes Score 6.619463e-05
Marked as misclassified No
Message-id <BANLkTi=9GYBJiZ+5fSAAFdxnfGyY-dr0ug@mail.gmail.com>
In-reply-to <1307152136.46.0.330771135988.issue12248@psf.upfronthosting.co.za>
Content
2011/6/3 Nick Coghlan <report@bugs.python.org>:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Ah, I wondered about that when I saw Barry was using old-style classes in his example. Perhaps the answer then is to add a PyInstance_Check() to skip invocation of __dir__() completely for old-style classes?

Uh, well, part of point of my checkin was to fix old style class
__dir__(). I think this is a bug in the package we're just exposing.
History
Date User Action Args
2011-06-04 01:52:42benjamin.petersonsetrecipients: + benjamin.peterson, barry, rhettinger, jcea, ncoghlan, eric.araujo, Arfrever, r.david.murray, michael.foord, Trundle
2011-06-04 01:52:41benjamin.petersonlinkissue12248 messages
2011-06-04 01:52:41benjamin.petersoncreate