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 serhiy.storchaka
Recipients serhiy.storchaka, shihai1991, vinay.sajip, vstinner
Date 2020-04-20.09:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587374640.49.0.544440359437.issue40275@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-04-20 09:24:00serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, vstinner, shihai1991
2020-04-20 09:24:00serhiy.storchakasetmessageid: <1587374640.49.0.544440359437.issue40275@roundup.psfhosted.org>
2020-04-20 09:24:00serhiy.storchakalinkissue40275 messages
2020-04-20 09:24:00serhiy.storchakacreate