Message214399
Here is a patch to change PyImport_ImportFrozenModuleObject() to not set __file__. Had to refactor some things as PyImport_ExecCodeModuleObject() was setting __file__ no matter what, so to avoid it even being used during import I had to change some things. |
|
| Date |
User |
Action |
Args |
| 2014-03-21 18:36:07 | brett.cannon | set | recipients:
+ brett.cannon, ncoghlan, Arfrever, eric.snow |
| 2014-03-21 18:36:07 | brett.cannon | set | messageid: <[email protected]> |
| 2014-03-21 18:36:07 | brett.cannon | link | issue20942 messages |
| 2014-03-21 18:36:07 | brett.cannon | create | |
|