Daniel Urban added the comment:

I've looked into implementing the changes in the new version of the PEP. It 
seems, that currently type.__new__ copies the dict returned by __prepare__ 
(http://hg.python.org/cpython/file/55806d234653/Objects/typeobject.c#l2058). I 
think this means that some of the new examples wouldn't work ("Order preserving 
classes" and "Extending a class"). It also means, that currently it is 
impossible for two classes to share a namespace object (possibly this was the 
intention of copying the dict). So the "Note" in the PEP wouldn't be necessary 
(unless type.__new__ were modified).

I'm not sure if the PEP proposes to change this behavior of type.__new__ or 
not...

----------

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

Reply via email to