[issue26083] ValueError: insecure string pickle in subprocess.Popen on Python 2

Gregory P. Smith report at bugs.python.org
Mon Jan 11 16:50:17 EST 2016


Gregory P. Smith added the comment:

I strongly recommend people use https://pypi.python.org/pypi/subprocess32/ instead of Python 2.7's subprocess module whenever possible.

That said, the fix is pretty easy.

----------
assignee:  -> gregory.p.smith

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


More information about the Python-bugs-list mailing list