[issue20791] copy.copy(bytes) is slow

Peter Otten report at bugs.python.org
Thu Feb 27 10:40:31 CET 2014


Peter Otten added the comment:

Assuming that the current behaviour is by accident here's a patch that adds the bytes type to the _copy_dispatch registry.

----------
keywords: +patch
nosy: +peter.otten
Added file: http://bugs.python.org/file34244/copy_bytes.patch

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


More information about the Python-bugs-list mailing list