Nick Coghlan <ncogh...@gmail.com> added the comment:

I like the idea, and it seems to work as expected (i.e. an empty __slots__ 
doesn't conflict with inheritance from a C defined type or a type with 
non-empty __slots__).

However, __slots__ is one of the sections of the type machinery I'm least 
familiar with, so hopefully Guido will weigh in.

----------
nosy: +ncoghlan

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

Reply via email to