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 barry, brett.cannon, christian.heimes, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-09-30.06:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506754594.3.0.213398074469.issue31642@psf.upfronthosting.co.za>
In-reply-to
Content
PR 3834 provide possible solution of this issue.

Initially import errors were silenced for solving issue15715. An import error raised when import was blocked by setting None in sys.modules was not silenced because it has different error message. I don't know whether this was intentional. In issue15767 (5fdb8c897023) the error message test was replaced by the type test, and that exception become silenced (I suppose it was not intentional).
History
Date User Action Args
2017-09-30 06:56:34serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, christian.heimes, eric.snow
2017-09-30 06:56:34serhiy.storchakasetmessageid: <1506754594.3.0.213398074469.issue31642@psf.upfronthosting.co.za>
2017-09-30 06:56:34serhiy.storchakalinkissue31642 messages
2017-09-30 06:56:34serhiy.storchakacreate