commit | 0d207fd8cf2d620f8ade647c932cdb1117c544e1 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon Jan 11 13:56:42 2016 -0800 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Jan 11 13:56:42 2016 -0800 |
tree | 9f0a415c4f35221c7d68788f0b3796f349cbb50d | |
parent | 167c33672500502c979eeb0a9b4bd7cdd57c0efd [diff] |
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.