This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients FFY00, eric.snow
Date 2021-10-28.17:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635443127.89.0.781576963083.issue45652@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-10-28 17:45:28eric.snowsetrecipients: + eric.snow, FFY00
2021-10-28 17:45:27eric.snowsetmessageid: <1635443127.89.0.781576963083.issue45652@roundup.psfhosted.org>
2021-10-28 17:45:27eric.snowlinkissue45652 messages
2021-10-28 17:45:27eric.snowcreate