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 r.david.murray
Recipients georg.brandl, r.david.murray, rhettinger, techtonik
Date 2009-09-07.14:31:00
SpamBayes Score 0.0037477736
Marked as misclassified No
Message-id <1252333933.23.0.0688081255163.issue6829@psf.upfronthosting.co.za>
In-reply-to
Content
It is possible that a TypeError could arise during the execution of the
metaclass bases that is not the result of inheriting from something
other than a class/type.  It might, however, be possible to enhnace the
message with the name of the metaclass or first base class...but someone
who knows more about the interpreter internals than I do would have to
be willing to take that on, as it isn't clear to me from reading the
code what the right thing would be to put in the message.
History
Date User Action Args
2009-09-07 14:32:13r.david.murraysetrecipients: + r.david.murray, georg.brandl, rhettinger, techtonik
2009-09-07 14:32:13r.david.murraysetmessageid: <1252333933.23.0.0688081255163.issue6829@psf.upfronthosting.co.za>
2009-09-07 14:31:00r.david.murraylinkissue6829 messages
2009-09-07 14:31:00r.david.murraycreate