Steve Dower <[email protected]> added the comment:
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(). ---------- nosy: +steve.dower versions: +Python 3.9 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue39517> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
