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 nikratio, pitrou, vstinner
Date 2014-04-29.08:46:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398761164.2305.0.camel@fsol>
In-reply-to <CAMpsgwZjfYRvvAn4TFYcOzc8VOZ7guCMxQkxLkscOaXwyQ-Bdw@mail.gmail.com>
Content
> If I remember correctly, ceval.c has an optmisation for str += str even if
> the refcount is 2. Do we need to implement it or suggest to use bytearray
> or b''.join() instead?

The latter, IMO. This issue is about the C API _PyBytes_Concat.
History
Date User Action Args
2014-04-29 08:46:06pitrousetrecipients: + pitrou, vstinner, nikratio
2014-04-29 08:46:06pitroulinkissue21377 messages
2014-04-29 08:46:06pitroucreate