[issue5670] Speed up pickling of dicts in cPickle

Collin Winter report at bugs.python.org
Fri Apr 3 00:10:23 CEST 2009


Collin Winter <collinw at gmail.com> added the comment:

Antoine: pickletester.py:test_newobj_generic() appears to test dict
subclasses, though in a roundabout-ish way. I don't know of any tests
for dict subclasses in the C level sense (ie, PyDict_Check() vs
PyDict_CheckExact()). I can add more explicit tests for Python-level
dict subclasses, if you want.

----------

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


More information about the Python-bugs-list mailing list