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 ethan.furman
Recipients CliffM, ethan.furman
Date 2013-10-21.20:48:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382388504.7.0.669889563612.issue19263@psf.upfronthosting.co.za>
In-reply-to
Content
Well, with all the changes to inspect to properly locate attributes in the class and metaclass mro, __objclass__ is necessary to get the home class correct (without it inspect thinks it lives in the EnumMeta metaclass).
History
Date User Action Args
2013-10-21 20:48:24ethan.furmansetrecipients: + ethan.furman, CliffM
2013-10-21 20:48:24ethan.furmansetmessageid: <1382388504.7.0.669889563612.issue19263@psf.upfronthosting.co.za>
2013-10-21 20:48:24ethan.furmanlinkissue19263 messages
2013-10-21 20:48:24ethan.furmancreate