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 brett.cannon, doko, eric.snow, mitya57, ncoghlan, stefanor
Date 2017-05-23.18:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495564043.17.0.801931338598.issue28401@psf.upfronthosting.co.za>
In-reply-to
Content
So limited ABI modules can't be imported by a Py_DEBUG build. Stefano's patch just skips over them. That seems reasonable, but one question I do have is 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?
History
Date User Action Args
2017-05-23 18:27:23brett.cannonsetrecipients: + brett.cannon, doko, ncoghlan, eric.snow, stefanor, mitya57
2017-05-23 18:27:23brett.cannonsetmessageid: <1495564043.17.0.801931338598.issue28401@psf.upfronthosting.co.za>
2017-05-23 18:27:23brett.cannonlinkissue28401 messages
2017-05-23 18:27:23brett.cannoncreate