[issue40275] test.support has way too many imports

Serhiy Storchaka report at bugs.python.org
Mon Apr 20 05:24:00 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Reducing the import time is not a goal, it is just a measurable side effect. The goal is to reduce the number of imported modules unneeded for the particular test. Importing every module can have side effects which affects the tested behavior. It would be nice to minimize it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40275>
_______________________________________


More information about the Python-bugs-list mailing list