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 vstinner
Date 2012-03-29.11:41:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333021264.73.0.818171662104.issue14439@psf.upfronthosting.co.za>
In-reply-to
Content
"python -m module" calls the C RunModule() function. If this function fails, the traceback is not displayed and so it is difficult to understand why the problem is.

I propose to display the traceback when this function fails, as it is already done on runpy._run_module_as_main() failure.
History
Date User Action Args
2012-03-29 11:41:04vstinnersetrecipients: + vstinner
2012-03-29 11:41:04vstinnersetmessageid: <1333021264.73.0.818171662104.issue14439@psf.upfronthosting.co.za>
2012-03-29 11:41:04vstinnerlinkissue14439 messages
2012-03-29 11:41:04vstinnercreate