Message206228
| 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. |
|