Message206204
I added some unit tests for the interactions between runpy and namespace packages, which showed that I was doing the check for __main__ submodules and the check for "no loader" in the wrong order.
Last missing piece is to ensure that __spec__ is being populated appropriately, then I'll check this in. |
|
| Date |
User |
Action |
Args |
| 2013-12-14 23:55:01 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, larry, Arfrever, eric.snow |
| 2013-12-14 23:55:01 | ncoghlan | set | messageid: <[email protected]> |
| 2013-12-14 23:55:01 | ncoghlan | link | issue19700 messages |
| 2013-12-14 23:55:00 | ncoghlan | create | |
|