]> granicus.if.org Git - python/commit
Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Oct 2012 00:54:47 +0000 (02:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 23 Oct 2012 00:54:47 +0000 (02:54 +0200)
commitc6cf1ba29ea75d924fc4644e4f4383a71e146f22
tree5b9950e53bc8400d12521db534e82b59ef530d7e
parentfe75fb4b3e8687a68ea6bb7c4e894434a177c66a
Replace usage of the deprecated Py_UNICODE_COPY() with Py_MEMCPY() in resize_copy()
Objects/unicodeobject.c