Message 308599 - Python tracker

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.

Content
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)"