Carl Meyer <c...@oddbird.net> added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33499> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com