[New-bugs-announce] [issue31845] Envvar PYTHONDONTWRITEBYTECODE is not respected

Sviatoslav Abakumov report at bugs.python.org
Mon Oct 23 07:25:30 EDT 2017


New submission from Sviatoslav Abakumov <dust.harvesting at gmail.com>:

Setting PYTHONDONTWRITEBYTECODE doesn't seem to have an effect in Python 3.7.0a2:

    $ python -V
    Python 3.7.0a2
    $ env PYTHONDONTWRITEBYTECODE=1 python -c 'import sys; print(sys.dont_write_bytecode)'
    False

----------
components: Interpreter Core
messages: 304794
nosy: Perlence
priority: normal
severity: normal
status: open
title: Envvar PYTHONDONTWRITEBYTECODE is not respected
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31845>
_______________________________________


More information about the New-bugs-announce mailing list