This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, christian.heimes, gvanrossum, lukasz.langa, methane, rhettinger, serhiy.storchaka, terry.reedy, vstinner
Date 2017-10-27.10:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509100678.48.0.213398074469.issue31415@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2017-10-27 10:37:58vstinnersetrecipients: + vstinner, gvanrossum, brett.cannon, rhettinger, terry.reedy, christian.heimes, methane, lukasz.langa, serhiy.storchaka
2017-10-27 10:37:58vstinnersetmessageid: <1509100678.48.0.213398074469.issue31415@psf.upfronthosting.co.za>
2017-10-27 10:37:58vstinnerlinkissue31415 messages
2017-10-27 10:37:58vstinnercreate