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

Alex report at bugs.python.org
Tue Mar 1 08:01:43 CET 2011


Alex <alex.gaynor at gmail.com> added the comment:

Why?  JSON is incapable of representing most Python datastructures that can be pickled (i.e. anything that isn't a list, tuple, dict, int, or str).

----------
nosy: +alex

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


More information about the Python-bugs-list mailing list