Message316583
| Author | carljm |
|---|---|
| Recipients | barry, brett.cannon, carljm, eric.snow, lukasz.langa, ncoghlan |
| Date | 2018-05-14.21:27:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526333236.23.0.682650639539.issue33499@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Per vstinner Python prefers to not have underscores in environment variable names, for historical reasons. So I'm using `PYTHONBYTECODEPATH` as the env var. Other open questions: 1) Does there need to be a corresponding CLI flag, or is env-var-only sufficient? 2) Is it OK to check the environ every time, or do we need to cache its value in a `sys` flag at startup? Will push an initial version for review that has no CLI flag nor `sys` attribute. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-14 21:27:16 | carljm | set | recipients: + carljm, barry, brett.cannon, ncoghlan, lukasz.langa, eric.snow |
| 2018-05-14 21:27:16 | carljm | set | messageid: <1526333236.23.0.682650639539.issue33499@psf.upfronthosting.co.za> |
| 2018-05-14 21:27:16 | carljm | link | issue33499 messages |
| 2018-05-14 21:27:16 | carljm | create | |