[issue20791] copy.copy(bytes) is slow

STINNER Victor report at bugs.python.org
Thu Feb 27 10:46:57 CET 2014


STINNER Victor added the comment:

bytes is immutable, I don't why we would duplicate it.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list