[issue5670] Speed up pickling of dicts in cPickle

Amaury Forgeot d'Arc report at bugs.python.org
Fri Apr 3 00:56:02 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The patch produces different output for an empty dict: a sequence "MARK 
SETITEMS" is written, which is useless and wastes 2 bytes.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list