Eric Snow <ericsnowcurren...@gmail.com> added the comment:

> 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__.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34320>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to