[issue11359] Please replace the use of pickle in subprocess with json.

david report at bugs.python.org
Tue Mar 1 15:41:30 CET 2011


david <db.pub.mail at gmail.com> added the comment:

As the child will have already have exec'ed there will be no exception raised --> so the parent shouldn't pickle.load from stderror... So unless there is a path where the parent will end up pickle.load ing the exception that case I put before is not possible.

----------

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


More information about the Python-bugs-list mailing list