STINNER Victor added the comment:

Serhiy> Interesting, how isolation mode works on Windows or if Python is 
compiled in shared module? Should we keep these environment variables if the 
__isolated keyword is used?

The __isolated parameter of script_helper._assert_python() don't start Python 
with an empty environment, it only adds -I to the command line.

There is a single test which uses __cleanenv=True: test_hash.

Arfrever> The name of variable is specific to operating system.

Ah yes, right. It's probably safe to copy all these environment variables 
without taking care of the operating system.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20614>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to