[issue11358] Please replace the use of pickle in multiprocessing with json.

Jesse Noller report at bugs.python.org
Tue Mar 1 16:02:12 CET 2011


Jesse Noller <jnoller at gmail.com> added the comment:

I concur with RDM. We need complex data structures, and switching to JSON represents a non zero amount of work, isn't as fast and pickle works well. If you want to use JSON as a transport, I would do custom subclassing.

----------

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


More information about the Python-bugs-list mailing list