STINNER Victor <victor.stin...@gmail.com> added the comment:

> I didn't think it's worth enough because import will be much slower than one 
> dict lookup.

I don't care much of performance. For the consistency with other environment 
variables, I like to only read the environment variable once ("at startup"), 
and not do it each time.

----------

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

Reply via email to