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 ethan.furman
Recipients Ramchandra Apte, Sergey, aleax, ethan.furman, jcea, oscarbenjamin, serhiy.storchaka, terry.reedy
Date 2013-07-11.15:21:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373556116.73.0.0787234495794.issue18305@psf.upfronthosting.co.za>
In-reply-to
Content
So making this a speed-up for generic objects using __iadd__ is out.

The only question remaining is: is it worth special casing a few specific objects (list, tuple, str) to optimise performance?

The str question has already been answered:  it's special cased to raise an error.
History
Date User Action Args
2013-07-11 15:21:56ethan.furmansetrecipients: + ethan.furman, aleax, terry.reedy, jcea, Ramchandra Apte, serhiy.storchaka, oscarbenjamin, Sergey
2013-07-11 15:21:56ethan.furmansetmessageid: <1373556116.73.0.0787234495794.issue18305@psf.upfronthosting.co.za>
2013-07-11 15:21:56ethan.furmanlinkissue18305 messages
2013-07-11 15:21:56ethan.furmancreate