]> granicus.if.org Git - python/commit
Use memcpy() instead of memmove() when the buffers are known to be distinct.
authorRaymond Hettinger <python@rcn.com>
Wed, 10 Mar 2004 11:44:04 +0000 (11:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 10 Mar 2004 11:44:04 +0000 (11:44 +0000)
commit66d31f8f3812f91d8d9bf7878f93fabe6f005082
tree27113c349cfb54b3eb98dd96556fb5b1088685e5
parentef9bf4031a2f9ec674817274c93a90e0f21db114
Use memcpy() instead of memmove() when the buffers are known to be distinct.
Objects/listobject.c