Message 206228 - Python tracker (original) (raw)
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. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2013-12-15 12:19:15 | sbt | set | recipients: + sbt, brett.cannon, ncoghlan, pitrou, python-dev, eric.snow, Olivier.Grisel |
2013-12-15 12:19:14 | sbt | set | messageid: 1387109954.98.0.472240056824.issue19946@psf.upfronthosting.co.za |
2013-12-15 12:19:14 | sbt | link | issue19946 messages |
2013-12-15 12:19:14 | sbt | create |