New submission from Sviatoslav Abakumov <dust.harvest...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31845>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to