[issue40275] test.support has way too many imports

STINNER Victor report at bugs.python.org
Wed May 27 19:17:33 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Attached count_imports.py script counts how many modules are imported by "import test.support".

With PR 20471, we are down to 74 modules. It's way better than 171 (when I created this issue)!

----------
Added file: https://bugs.python.org/file49197/count_imports.py

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


More information about the Python-bugs-list mailing list