Eric Snow added the comment:

Here's an updated patch that matches the accepted PEP.  Most notably I've added 
a tp_deforder slot.  This was necessary because subclasses should not inherit 
their parent's __definition_order__ and the ability to delete 
cls.__definition_order__ makes this problematic.  I didn't see a way to do that 
without adding a new type slot.

----------
Added file: http://bugs.python.org/file43629/deforder-with-tp-slot.diff

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

Reply via email to