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 barry
Recipients Anthony Sottile, Chris Billington, Ivan.Pozdeev, Peter L3, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, eric.smith, eric.snow, ethan smith, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky
Date 2019-03-07.18:50:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2928BB3C-3E22-45AC-8CA7-A9CB35F99DC4@python.org>
In-reply-to <CANkHFr8Xe0vweiDF9NfykN8NKqpZXfRqCSoyv1rPE2=C8WhEpA@mail.gmail.com>
Content
On Mar 7, 2019, at 10:46, Ionel Cristian Mărieș <report@bugs.python.org> wrote:
> 
> There's a simple `if 'COVSOMETHING' in os.environ` check to activate it.
> That can't cost a significant amount of time. This is rather another bad
> actor argument.

You’re overlooking the significant cost of loading the module that does the check in the first place.
History
Date User Action Args
2019-03-07 18:50:51barrysetrecipients: + barry, mhammond, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, ionelmc, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, ethan smith, cheryl.sabella, Chris Billington, Peter L3
2019-03-07 18:50:51barrylinkissue33944 messages
2019-03-07 18:50:51barrycreate