
report at bugs
Jul 9, 2012, 2:21 PM
Post #1 of 4
(120 views)
Permalink
|
|
[issue15309] buffer/memoryview slice assignment uses only memcpy
|
|
New submission from Ronny Pfannschmidt <ronny.pfannschmidt [at] gmail>: thats broken for assigning overlaping regions, the memcpy docs explicitly state that memmove should be used in overlap cases ---------- messages: 165127 nosy: Ronny.Pfannschmidt priority: normal severity: normal status: open title: buffer/memoryview slice assignment uses only memcpy versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue15309> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|