]> granicus.if.org Git - python/commit
Fixes issue #26083: Workaround a subprocess bug that raised an incorrect
authorGregory P. Smith <greg@krypto.org>
Mon, 11 Jan 2016 21:56:42 +0000 (13:56 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 11 Jan 2016 21:56:42 +0000 (13:56 -0800)
commit0d207fd8cf2d620f8ade647c932cdb1117c544e1
tree9f0a415c4f35221c7d68788f0b3796f349cbb50d
parent167c33672500502c979eeb0a9b4bd7cdd57c0efd
Fixes issue #26083: Workaround a subprocess bug that raised an incorrect
"ValueError: insecure string pickle" exception instead of the actual exception
on some platforms such as Mac OS X when an exception raised in the forked child
process prior to the exec() was large enough that it overflowed the internal
errpipe_read pipe buffer.
Lib/subprocess.py
Misc/NEWS