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 python-dev
Recipients nikratio, pitrou, python-dev, vstinner
Date 2014-05-01.12:36:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gKGL43wPSz7LjM@mail.python.org>
In-reply-to
Content
New changeset 4ed1b6c7e2f3 by Antoine Pitrou in branch 'default':
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argument has a reference count of 1.
http://hg.python.org/cpython/rev/4ed1b6c7e2f3
History
Date User Action Args
2014-05-01 12:36:31python-devsetrecipients: + python-dev, pitrou, vstinner, nikratio
2014-05-01 12:36:31python-devlinkissue21377 messages
2014-05-01 12:36:31python-devcreate