STINNER Victor <victor.stin...@gmail.com> added the comment:

A compromise would be to refuse to start on "python3 -I directory" to remain 
secure and respect -I documentation:

https://docs.python.org/dev/using/cmdline.html#id2

"In isolated mode sys.path contains neither the script’s directory nor the 
user’s site-packages directory."

Example of error message:

"Running a Python package is incompatible with the isolated mode (-I option)"

----------

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

Reply via email to