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 brett.cannon
Recipients Ben Lewis2, brett.cannon, eric.smith
Date 2019-06-28.19:25:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The code doing the sanity check for importlib can be found at https://github.com/python/cpython/blob/f9f8e3ce709ceb15c8db8c8dde940daf1febf13d/Lib/importlib/_bootstrap.py#L943-L948 .
History
Date User Action Args
2019-06-28 19:25:37brett.cannonsetrecipients: + brett.cannon, eric.smith, Ben Lewis2
2019-06-28 19:25:37brett.cannonsetmessageid: <[email protected]>
2019-06-28 19:25:37brett.cannonlinkissue37409 messages
2019-06-28 19:25:37brett.cannoncreate