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 ncoghlan
Recipients ncoghlan, r.david.murray, vstinner, yselivanov
Date 2019-06-21.11:56:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561118175.29.0.39685151824.issue20443@roundup.psfhosted.org>
In-reply-to
Content
Perhaps `os._abspath_for_import`? If importlib finds it, then it can handle making early paths absolute itself, otherwise it will defer doing that until it has the full external import system bootstrapped. (importlib does try to make all paths absolute as it loads modules - it's just that some early modules aren't loaded that way)
History
Date User Action Args
2019-06-21 11:56:15ncoghlansetrecipients: + ncoghlan, vstinner, r.david.murray, yselivanov
2019-06-21 11:56:15ncoghlansetmessageid: <1561118175.29.0.39685151824.issue20443@roundup.psfhosted.org>
2019-06-21 11:56:15ncoghlanlinkissue20443 messages
2019-06-21 11:56:15ncoghlancreate