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.

作者 ncoghlan
收信人 amaury.forgeotdarc, benjamin.peterson, daniel.urban, georg.brandl, gvanrossum, ncoghlan, pwerneck, rodsenra, terry.reedy
日期 2011-04-20.01:07:31
SpamBayes Score 2.8642327e-07
Marked as misclassified
Message-id <BANLkTi=3RC5asgr9hPO37e7AjeTLsK0qiw@mail.gmail.com>
In-reply-to <1303245811.02.0.750959202745.issue1294232@psf.upfronthosting.co.za>
内容
This last point sounds like an error in PEP 3115 rather than an error
in the implementation - as the exception says, the metaclass of a
derived class must be the same as or a subclass of the metaclasses of
all of its bases. Since that rule applies recursively, and all classes
in 3.x implicitly inherit from object, it follows that all metaclasses
must directly or indirectly inherit from type.
历史
日期 用户 动作 参数
2011-04-20 01:07:32ncoghlan修改recipients: + ncoghlan, gvanrossum, georg.brandl, terry.reedy, amaury.forgeotdarc, rodsenra, pwerneck, benjamin.peterson, daniel.urban
2011-04-20 01:07:31ncoghlan链接issue1294232 messages
2011-04-20 01:07:31ncoghlan创建