[issue23655] Memory corruption using pickle over pipe to subprocess

Serhiy Storchaka report at bugs.python.org
Fri Mar 13 08:27:14 CET 2015


Serhiy Storchaka added the comment:

sys.modules['_pickle']
del sys.modules['pickle'] # if exists
import pickle

Or just use pickle._Pickler instead of pickle.Pickler and like (implementation detail!).

----------
nosy: +alexandre.vassalotti, pitrou, serhiy.storchaka
stage:  -> test needed
type:  -> behavior
versions: +Python 3.5

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


More information about the Python-bugs-list mailing list