]> granicus.if.org Git - python/commit
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argum...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 May 2014 12:36:20 +0000 (14:36 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 May 2014 12:36:20 +0000 (14:36 +0200)
commit161d695fb0455ce52530d4f43a9eac4c738f64bb
treef9624b632bd3d242af8b4f6147a817a04b9b7260
parent991fd2888cd5ea88b1463a697c9890071231fe75
Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the first argument has a reference count of 1.
Patch by Nikolaus Rath.
Misc/NEWS
Objects/bytesobject.c