This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients gregory.p.smith, ned.deily, python-dev, ronaldoussoren, yan12125
Date 2016-01-11.21:58:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452549512.69.0.380131667208.issue26083@psf.upfronthosting.co.za>
In-reply-to
Content
note: this was not a security issue nor was it a crash.  an exception was being raised anyways from the forked child prior to the exec(), this bug just caused that to be swallowed and this ValueError raised instead.
History
Date User Action Args
2016-01-11 21:58:32gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, ned.deily, python-dev, yan12125
2016-01-11 21:58:32gregory.p.smithsetmessageid: <1452549512.69.0.380131667208.issue26083@psf.upfronthosting.co.za>
2016-01-11 21:58:32gregory.p.smithlinkissue26083 messages
2016-01-11 21:58:32gregory.p.smithcreate