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 sbt
Recipients Olivier.Grisel, brett.cannon, eric.snow, ncoghlan, pitrou, python-dev, sbt
Date 2013-12-15.12:19:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387109954.98.0.472240056824.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
So there are really two situations:

1) The __main__ module *should not* be imported.  This is the case if you use __main__.py in a package or if you use nose to call test_main().

This should really be detected in get_preparation_data() in the parent process so that import_main_path() does not get called in the child process.

2) The __main__ module *should* be imported but it does not have a .py extension.
History
Date User Action Args
2013-12-15 12:19:15sbtsetrecipients: + sbt, brett.cannon, ncoghlan, pitrou, python-dev, eric.snow, Olivier.Grisel
2013-12-15 12:19:14sbtsetmessageid: <1387109954.98.0.472240056824.issue19946@psf.upfronthosting.co.za>
2013-12-15 12:19:14sbtlinkissue19946 messages
2013-12-15 12:19:14sbtcreate