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 barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, xiang.zhang
Date 2018-02-24.19:05:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519499119.72.0.467229070634.issue32932@psf.upfronthosting.co.za>
In-reply-to
Content
Fixing the message makes sense. I assume this is happening in ceval.c or import.c since https://github.com/python/cpython/blob/42c35d9c0c8175332f50fbe034a001fe52f057b9/Lib/importlib/_bootstrap.py#L1021 has the appropriate message?
History
Date User Action Args
2018-02-24 19:05:19brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, eric.snow, serhiy.storchaka, xiang.zhang
2018-02-24 19:05:19brett.cannonsetmessageid: <1519499119.72.0.467229070634.issue32932@psf.upfronthosting.co.za>
2018-02-24 19:05:19brett.cannonlinkissue32932 messages
2018-02-24 19:05:19brett.cannoncreate