Open
Description
In the following line, the script directory path is added even if Python was run with sys.flags.safe_path
(most often by setting the env var PYTHONSAFEPATH=1).
Line 15 in b11d42c
Not having the ability to set safe path causes problems when there are sibling Python files with names that clash with installed Python modules.
Thanks to @DonJayamanne for helping find the root cause in microsoft/vscode-jupyter#16235.
Metadata
Assignees
Labels
No labels