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 stefanor
Recipients brett.cannon, doko, eric.snow, mitya57, ncoghlan, stefanor
Date 2017-05-23.18:59:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495565976.06.0.210477570868.issue28401@psf.upfronthosting.co.za>
In-reply-to
Content
> whether this would confuse users since they will simply get an ImportError instead of some other error and thus will they be able to realize why there's a problem?

It's the same behaviour we have for any other module on the import path, that doesn't have the right tag. I suppose abi3 is a bit of a special case there, because it's expected to be widely supported...

Also, there is a related problem: Because abi3 is in the supported extension list, setup.py build will build an abi3 extension (which isn't actually abi3), under a pydebug interpreter.
History
Date User Action Args
2017-05-23 18:59:36stefanorsetrecipients: + stefanor, brett.cannon, doko, ncoghlan, eric.snow, mitya57
2017-05-23 18:59:36stefanorsetmessageid: <1495565976.06.0.210477570868.issue28401@psf.upfronthosting.co.za>
2017-05-23 18:59:36stefanorlinkissue28401 messages
2017-05-23 18:59:36stefanorcreate