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 jaraco
Recipients barry, brett.cannon, doko, eric.snow, jaraco, ncoghlan
Date 2019-06-05.14:43:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559745816.2.0.963156587558.issue37162@roundup.psfhosted.org>
In-reply-to
Content
I imagine that importlib.metadata isn’t imported at bootstrap time, only after the import infrastructure is ready. I think an early failure to import one of those dependencies is desirable. What is the reasoning behind deferring the imports and why does it apply to this module?
History
Date User Action Args
2019-06-05 14:43:36jaracosetrecipients: + jaraco, barry, brett.cannon, doko, ncoghlan, eric.snow
2019-06-05 14:43:36jaracosetmessageid: <1559745816.2.0.963156587558.issue37162@roundup.psfhosted.org>
2019-06-05 14:43:36jaracolinkissue37162 messages
2019-06-05 14:43:36jaracocreate