Message405209
Frozen modules currently have co_filename set to "<frozen NAME>". It would be good to have it match __file__ instead. This will require require also fixing any code objects in the module's co_consts (and so on). It may make sense to take care of the while unmarshaling, but could be done (less efficiently) after the fact. |
|
| Date |
User |
Action |
Args |
| 2021-10-28 17:45:28 | eric.snow | set | recipients:
+ eric.snow, FFY00 |
| 2021-10-28 17:45:27 | eric.snow | set | messageid: <[email protected]> |
| 2021-10-28 17:45:27 | eric.snow | link | issue45652 messages |
| 2021-10-28 17:45:27 | eric.snow | create | |
|