Message 308599 - Python tracker
Message308599
| Author | vstinner |
|---|---|
| Recipients | brett.cannon, christian.heimes, ncoghlan, steve.dower, vstinner |
| Date | 2017-12-19.00:50:48 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1513644648.63.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| In-reply-to |
| 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)" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-12-19 00:50:48 | vstinner | set | recipients: + vstinner, brett.cannon, ncoghlan, christian.heimes, steve.dower |
| 2017-12-19 00:50:48 | vstinner | set | messageid: <1513644648.63.0.213398074469.issue32324@psf.upfronthosting.co.za> |
| 2017-12-19 00:50:48 | vstinner | link | issue32324 messages |
| 2017-12-19 00:50:48 | vstinner | create | |