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 stutzbach
Recipients daniel.urban, giampaolo.rodola, rhettinger, stutzbach
Date 2011-02-26.16:31:07
SpamBayes Score 0.17429191
Marked as misclassified No
Message-id <1298737868.68.0.901548670059.issue11333@psf.upfronthosting.co.za>
In-reply-to
Content
+1.  I've bumped into exactly this problem (https://github.com/DanielStutzbach/blist/issues/closed#issue/29)

I'm not intimately familiar with how __slots__ works.  Are there any drawbacks to adding an empty __slots__ to the ABCs?
History
Date User Action Args
2011-02-26 16:31:08stutzbachsetrecipients: + stutzbach, rhettinger, giampaolo.rodola, daniel.urban
2011-02-26 16:31:08stutzbachsetmessageid: <1298737868.68.0.901548670059.issue11333@psf.upfronthosting.co.za>
2011-02-26 16:31:07stutzbachlinkissue11333 messages
2011-02-26 16:31:07stutzbachcreate