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 gregory.p.smith
Recipients Michel Desmoulin, ammar2, gregory.p.smith, ncoghlan, r.david.murray, vstinner, xtreak, yselivanov
Date 2019-10-24.16:51:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571935894.52.0.634519589212.issue20443@roundup.psfhosted.org>
In-reply-to
Content
I think sys.argv[0] is the important one as program logic often tends to use that as an input.

I'm honestly unsure of if this will be as much of a problem for .co_filename or sys.path[0].
History
Date User Action Args
2019-10-24 16:51:34gregory.p.smithsetrecipients: + gregory.p.smith, ncoghlan, vstinner, r.david.murray, yselivanov, Michel Desmoulin, ammar2, xtreak
2019-10-24 16:51:34gregory.p.smithsetmessageid: <1571935894.52.0.634519589212.issue20443@roundup.psfhosted.org>
2019-10-24 16:51:34gregory.p.smithlinkissue20443 messages
2019-10-24 16:51:34gregory.p.smithcreate