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 Yury.Selivanov, pitrou, rhettinger
Date 2012-02-29.16:20:31
SpamBayes Score 0.0021597934
Marked as misclassified No
Message-id <1330532433.06.0.802973002051.issue14159@psf.upfronthosting.co.za>
In-reply-to
Content
I can't find a way to reproduce as a unit test.
Here is a patch making __len__ O(1) as well (instead of O(n)). Could you try it?

(note : AFAICT, a similar issue exists for weak dicts)
History
Date User Action Args
2012-02-29 16:20:33pitrousetrecipients: + pitrou, rhettinger, Yury.Selivanov
2012-02-29 16:20:33pitrousetmessageid: <1330532433.06.0.802973002051.issue14159@psf.upfronthosting.co.za>
2012-02-29 16:20:32pitroulinkissue14159 messages
2012-02-29 16:20:32pitroucreate