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 ronaldoussoren
Recipients arigo, eli.bendersky, eric.snow, ethan.furman, ronaldoussoren
Date 2013-10-10.11:40:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381405254.94.0.224837375017.issue16938@psf.upfronthosting.co.za>
In-reply-to
Content
A problem with __objclass__ is that it is undocumented other than in PEP 252.  That why I called it a workaround, at the time I created this issue I had just found the problem and workaround and as far as I knew __objclass__ was an undocumented feature of CPython that just happened to fix my problem.

If using __objclass__ is the right solution, as it seems to be, this should be documented somewhere, probably in the section on descriptors.
History
Date User Action Args
2013-10-10 11:40:55ronaldoussorensetrecipients: + ronaldoussoren, arigo, eli.bendersky, ethan.furman, eric.snow
2013-10-10 11:40:54ronaldoussorensetmessageid: <1381405254.94.0.224837375017.issue16938@psf.upfronthosting.co.za>
2013-10-10 11:40:54ronaldoussorenlinkissue16938 messages
2013-10-10 11:40:54ronaldoussorencreate