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 vstinner
Recipients ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka, vstinner
Date 2017-12-18.09:26:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513589176.08.0.213398074469.issue32338@psf.upfronthosting.co.za>
In-reply-to
Content
> del d[next(iter(d))] is not O(1) on current dict implementation.

We are talking about a dictionary of 512 items in the worst case. On such very tiny collection, benchmarking matters more than O(...) complexity ;-)
History
Date User Action Args
2017-12-18 09:26:16vstinnersetrecipients: + vstinner, rhettinger, ezio.melotti, mrabarnett, methane, serhiy.storchaka
2017-12-18 09:26:16vstinnersetmessageid: <1513589176.08.0.213398074469.issue32338@psf.upfronthosting.co.za>
2017-12-18 09:26:16vstinnerlinkissue32338 messages
2017-12-18 09:26:16vstinnercreate