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

Alok Singhal report at bugs.python.org
Fri May 27 21:52:18 EDT 2016


Alok Singhal added the comment:

I think there is a small problem with the fix in changeset 268d13c7e939 (msg258029).  It copies the string from the return value of _eintr_retry_call() twice.  I am attaching a trivial fix.

----------
keywords: +patch
nosy: +AlokSinghal
Added file: http://bugs.python.org/file43034/subprocess.patch

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


More information about the Python-bugs-list mailing list