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 vstinner
Recipients nikratio, pitrou, vstinner
Date 2014-04-29.08:45:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZjfYRvvAn4TFYcOzc8VOZ7guCMxQkxLkscOaXwyQ-Bdw@mail.gmail.com>
In-reply-to <1398758159.39.0.0243960747141.issue21377@psf.upfronthosting.co.za>
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?
History
Date User Action Args
2014-04-29 08:45:21vstinnersetrecipients: + vstinner, pitrou, nikratio
2014-04-29 08:45:21vstinnerlinkissue21377 messages
2014-04-29 08:45:20vstinnercreate