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 archardlias
Recipients archardlias
Date 2013-06-18.10:21:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371550905.79.0.414140838637.issue18254@psf.upfronthosting.co.za>
In-reply-to
Content
Accessing (just iterating or accessing in any way) the dict_proxy to the attribute dictionary in the `MessageMeta` metaclass, results in a change of "type" in any metaclass inheriting class definitions.

Reproducible in CPython versions (tested so far):
3.2.2
3.2.3

Works as of, or at least behaves as I subjectively intended to use it (only version tested)
3.3.2
History
Date User Action Args
2013-06-18 10:21:45archardliassetrecipients: + archardlias
2013-06-18 10:21:45archardliassetmessageid: <1371550905.79.0.414140838637.issue18254@psf.upfronthosting.co.za>
2013-06-18 10:21:45archardliaslinkissue18254 messages
2013-06-18 10:21:45archardliascreate