Message217406
Currently, PyBytes_Concat always creates a new bytes object for the result. However, when Py_REFCNT(*pv) == 1, it could instead call _PyBytes_Resize() and then concat the second argument in place.
(like e.g. _PyUnicode_Append does) |
|
Date |
User |
Action |
Args |
2014-04-28 19:47:24 | pitrou | set | recipients:
+ pitrou, vstinner, nikratio |
2014-04-28 19:47:24 | pitrou | set | messageid: <1398714444.35.0.443659487134.issue21377@psf.upfronthosting.co.za> |
2014-04-28 19:47:24 | pitrou | link | issue21377 messages |
2014-04-28 19:47:24 | pitrou | create | |
|