[issue5109] array.array constructor very slow when passed an array object.

David W. Lambert report at bugs.python.org
Fri Jan 30 16:31:50 CET 2009


David W. Lambert <lambertdw at corning.com> added the comment:

memcpy won't work if the data type changes.  (possibly signed <-> 
unsigned same-byte-count works).

----------
nosy: +LambertDW

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5109>
_______________________________________


More information about the Python-bugs-list mailing list