Nick Coghlan <ncogh...@gmail.com> added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue20443>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to