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 ncoghlan
Recipients daniel.urban, eric.araujo, giampaolo.rodola, gvanrossum, ncoghlan, rhettinger, stutzbach
Date 2011-02-27.13:57:05
SpamBayes Score 2.6158261e-06
Marked as misclassified No
Message-id <1298815026.6.0.467825089812.issue11333@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-27 13:57:06ncoghlansetrecipients: + ncoghlan, gvanrossum, rhettinger, giampaolo.rodola, stutzbach, eric.araujo, daniel.urban
2011-02-27 13:57:06ncoghlansetmessageid: <1298815026.6.0.467825089812.issue11333@psf.upfronthosting.co.za>
2011-02-27 13:57:06ncoghlanlinkissue11333 messages
2011-02-27 13:57:06ncoghlancreate