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 Arfrever, exarkun, glyph, pitrou, skrah
Date 2012-10-11.19:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349982832.85.0.372382759947.issue15945@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what you're talking about since:

>>> b = buffer("abc")
>>> b + "xyz"
'abcxyz'
>>> (b + "xyz") is b
False

... doesn't look like it avoid copies to me.
History
Date User Action Args
2012-10-11 19:13:52pitrousetrecipients: + pitrou, exarkun, glyph, Arfrever, skrah
2012-10-11 19:13:52pitrousetmessageid: <1349982832.85.0.372382759947.issue15945@psf.upfronthosting.co.za>
2012-10-11 19:13:52pitroulinkissue15945 messages
2012-10-11 19:13:52pitroucreate