[issue5683] Speed up cPickle's pickling generally

Jerry Chen report at bugs.python.org
Tue Jul 7 08:14:01 CEST 2009


Jerry Chen <jerry at 3rdengine.com> added the comment:

Applied collinwinter's patch and svn up'd to r73872; replaced additional
instances of self->write_func with _Pickler_Write.

Passed test_xpickle.py as referenced by issue 5665.

----------
nosy: +jcsalterego
Added file: http://bugs.python.org/file14466/cpickle_writes-r73872.patch

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


More information about the Python-bugs-list mailing list