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 eric.snow
Recipients Rosuav, eric.snow, methane, rhettinger, serhiy.storchaka, steve.dower
Date 2018-09-25.15:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537890382.67.0.545547206417.issue34320@psf.upfronthosting.co.za>
In-reply-to
Content
> Conversion is happens when type() (or metaclass()) is called.

Right.  So an extra test to cover the __prepare__ case is somewhat redundant.  I only suggested it because type() is called implicitly and the test would make the conversion case clear.  However, it was only a suggestion for you to consider, not something I considered necessary. :)  I'm fine with not adding a test that uses __prepare__.
History
Date User Action Args
2018-09-25 15:46:22eric.snowsetrecipients: + eric.snow, rhettinger, methane, Rosuav, serhiy.storchaka, steve.dower
2018-09-25 15:46:22eric.snowsetmessageid: <1537890382.67.0.545547206417.issue34320@psf.upfronthosting.co.za>
2018-09-25 15:46:22eric.snowlinkissue34320 messages
2018-09-25 15:46:22eric.snowcreate