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 pitrou
Recipients kristjan.jonsson, pitrou, vstinner
Date 2013-05-13.11:06:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368443205.89.0.85124009405.issue17936@psf.upfronthosting.co.za>
In-reply-to
Content
> While I admit that I oversaw the exact requirement for __bases__, I think
> that allowing for a "None" to be sufficient when the class is being deleted 
> is an important improvement.

You can't be sure the "None" corresponds to the type being deleted and not another one. If you want guaranteed (almost :-)) O(1) behaviour, you must switch to a dict.
History
Date User Action Args
2013-05-13 11:06:45pitrousetrecipients: + pitrou, kristjan.jonsson, vstinner
2013-05-13 11:06:45pitrousetmessageid: <1368443205.89.0.85124009405.issue17936@psf.upfronthosting.co.za>
2013-05-13 11:06:45pitroulinkissue17936 messages
2013-05-13 11:06:45pitroucreate