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 barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, xiang.zhang
Date 2018-02-26.09:11:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519636310.61.0.467229070634.issue32932@psf.upfronthosting.co.za>
In-reply-to
Content
I +1'ed Serhiy's patch for issue 32946, so we'll have to take that micro-optimisation into account if we decide to rely on the Python level `_handle_fromlist` to cover the "*" import case.

Given that optimisation, it's probably simpler to just enhance the C error path to use the same error message as the Python version, though.
History
Date User Action Args
2018-02-26 09:11:50ncoghlansetrecipients: + ncoghlan, barry, brett.cannon, eric.snow, serhiy.storchaka, xiang.zhang
2018-02-26 09:11:50ncoghlansetmessageid: <1519636310.61.0.467229070634.issue32932@psf.upfronthosting.co.za>
2018-02-26 09:11:50ncoghlanlinkissue32932 messages
2018-02-26 09:11:50ncoghlancreate