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: <1395426967.64.0.749108408211.issue20942@psf.upfronthosting.co.za> |
2014-03-21 18:36:07 | brett.cannon | link | issue20942 messages |
2014-03-21 18:36:07 | brett.cannon | create | |
|