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 josh.r
Recipients josh.r, rhettinger
Date 2015-03-24.01:46:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427161608.58.0.222965195961.issue23744@psf.upfronthosting.co.za>
In-reply-to
Content
Is it worth the definition of tp_as_number and maintaining another method for a micro-optimization? Presumably every collection in Python would benefit slightly from this (say, defaultdict in the same file, list, tuple, etc.), but none of them bother. Why would deque be worth the optimization and not the more commonly used built-ins?
History
Date User Action Args
2015-03-24 01:46:48josh.rsetrecipients: + josh.r, rhettinger
2015-03-24 01:46:48josh.rsetmessageid: <1427161608.58.0.222965195961.issue23744@psf.upfronthosting.co.za>
2015-03-24 01:46:48josh.rlinkissue23744 messages
2015-03-24 01:46:47josh.rcreate