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 steve.dower
Recipients Tomas Ravinskas, kmaork, ncoghlan, steve.dower, xtreak
Date 2020-02-23.16:56:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582476964.91.0.991630354236.issue39517@roundup.psfhosted.org>
In-reply-to
Content
open_code is correct according to PEP 578, so the fix here is for runpy to ensure the path is absolute and pass it through os.fsdecode() before calling io.open_code().
History
Date User Action Args
2020-02-23 16:56:04steve.dowersetrecipients: + steve.dower, ncoghlan, xtreak, kmaork, Tomas Ravinskas
2020-02-23 16:56:04steve.dowersetmessageid: <1582476964.91.0.991630354236.issue39517@roundup.psfhosted.org>
2020-02-23 16:56:04steve.dowerlinkissue39517 messages
2020-02-23 16:56:04steve.dowercreate