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 ncoghlan
Recipients brett.cannon, eric.snow, ncoghlan, ronaldoussoren
Date 2019-01-28.06:58:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548658735.93.0.221944199878.issue35839@roundup.psfhosted.org>
In-reply-to
Content
I'd also suggest that we emit ImportWarning when taking the fallback path, since we really would prefer that sys.modules entries either have a valid __spec__, or else explicitly set `__spec__ = None`.
History
Date User Action Args
2019-01-28 06:58:56ncoghlansetrecipients: + ncoghlan, brett.cannon, ronaldoussoren, eric.snow
2019-01-28 06:58:55ncoghlansetmessageid: <1548658735.93.0.221944199878.issue35839@roundup.psfhosted.org>
2019-01-28 06:58:55ncoghlanlinkissue35839 messages
2019-01-28 06:58:55ncoghlancreate