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 vstinner
Recipients akira, berker.peksag, charpov, gregory.p.smith, ronaldoussoren, travis.thieman, tshepang, vstinner
Date 2014-11-19.16:39:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416415165.56.0.542448036284.issue22536@psf.upfronthosting.co.za>
In-reply-to
Content
You should only add the filename if the error if a FileNotFound exception, not for any OSError, and only if exec() was called. It looks like the variable child_exec_never_called indicates if exec() was called.
History
Date User Action Args
2014-11-19 16:39:25vstinnersetrecipients: + vstinner, gregory.p.smith, ronaldoussoren, akira, tshepang, berker.peksag, charpov, travis.thieman
2014-11-19 16:39:25vstinnersetmessageid: <1416415165.56.0.542448036284.issue22536@psf.upfronthosting.co.za>
2014-11-19 16:39:25vstinnerlinkissue22536 messages
2014-11-19 16:39:25vstinnercreate