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 ncoghlan
Recipients ncoghlan, vstinner
Date 2012-03-30.01:34:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333071286.18.0.639986116102.issue14439@psf.upfronthosting.co.za>
In-reply-to
Content
Never mind, I just looked at your patch and better understand what you're wanting to improve (i.e. diagnosing problems with bootstrapping runpy itself, not the errors that occur after runpy has already been found).

However, your proposed solution is questionable since it may produce spurious output when RunMainFromImporter() is executed.

Is it really so hard to do "python -c 'import runpy'" to further diagnose the problem that the bootstrapping reports?
History
Date User Action Args
2012-03-30 01:34:46ncoghlansetrecipients: + ncoghlan, vstinner
2012-03-30 01:34:46ncoghlansetmessageid: <1333071286.18.0.639986116102.issue14439@psf.upfronthosting.co.za>
2012-03-30 01:34:45ncoghlanlinkissue14439 messages
2012-03-30 01:34:45ncoghlancreate