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 rhettinger
Recipients rhettinger, vstinner
Date 2019-04-08.15:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554737708.11.0.488432431028.issue36559@roundup.psfhosted.org>
In-reply-to
Content
Why do we care about this particular import?  It doesn't see slow in any way.  In general, we don't do deferred imports unless there is a compelling reason (i.e. it is very slow or it is sometimes unavailable).  Otherwise, it is a false optimization.
History
Date User Action Args
2019-04-08 15:35:08rhettingersetrecipients: + rhettinger, vstinner
2019-04-08 15:35:08rhettingersetmessageid: <1554737708.11.0.488432431028.issue36559@roundup.psfhosted.org>
2019-04-08 15:35:08rhettingerlinkissue36559 messages
2019-04-08 15:35:08rhettingercreate