]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improved bytes_extend() to avoid making a full copy of the temporary
authorAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 14 Apr 2008 20:51:05 +0000 (20:51 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Mon, 14 Apr 2008 20:51:05 +0000 (20:51 +0000)
commit8dcdb25d58f31ec716ddba662294465293c520d9
tree37a5f4582386d8a534a9a1cb96bc6c8e95b9c39e
parent3071f8191bec3fee4a9fc5f8ec30c52dc8cd3ac2
Improved bytes_extend() to avoid making a full copy of the temporary
buffer. This also makes the code slightly cleaner.
Objects/bytesobject.c