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 methane
Recipients Rosuav, eric.snow, methane, rhettinger, serhiy.storchaka, steve.dower
Date 2018-09-25.14:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537886692.64.0.545547206417.issue34320@psf.upfronthosting.co.za>
In-reply-to
Content
Conversion is happens when type() (or metaclass()) is called.
And I added test for it already.
https://github.com/python/cpython/pull/8624/files#diff-7ba610fbe5686a1d67c5504312be4817R1977

Why regression test for this bugfix need to use __prepare__?
History
Date User Action Args
2018-09-25 14:44:52methanesetrecipients: + methane, rhettinger, eric.snow, Rosuav, serhiy.storchaka, steve.dower
2018-09-25 14:44:52methanesetmessageid: <1537886692.64.0.545547206417.issue34320@psf.upfronthosting.co.za>
2018-09-25 14:44:52methanelinkissue34320 messages
2018-09-25 14:44:52methanecreate