[issue21377] PyBytes_Concat could try to concat in-place

Roundup Robot report at bugs.python.org
Thu May 1 14:36:31 CEST 2014


Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21377>
_______________________________________


More information about the Python-bugs-list mailing list