[New-bugs-announce] [issue15309] buffer/memoryview slice assignment uses only memcpy
Ronny Pfannschmidt
report at bugs.python.org
Mon Jul 9 23:21:54 CEST 2012
New submission from Ronny Pfannschmidt <ronny.pfannschmidt at gmail.com>:
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.python.org>
<http://bugs.python.org/issue15309>
_______________________________________
More information about the New-bugs-announce
mailing list