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 methane, pitrou, serhiy.storchaka, vstinner
Date 2017-09-21.15:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506008656.27.0.689116674328.issue31543@psf.upfronthosting.co.za>
In-reply-to
Content
> First I would like to know if it's worth it

I don't know. What's the point of optimizing `array.array.__len__(obj)`? People usually call `len(obj)` for that...
History
Date User Action Args
2017-09-21 15:44:16pitrousetrecipients: + pitrou, vstinner, methane, serhiy.storchaka
2017-09-21 15:44:16pitrousetmessageid: <1506008656.27.0.689116674328.issue31543@psf.upfronthosting.co.za>
2017-09-21 15:44:16pitroulinkissue31543 messages
2017-09-21 15:44:16pitroucreate