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 pitrou
Recipients Arfrever, barry, brett.cannon, doko, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-04-13.21:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428960624.69.0.284066889301.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
> thought about it, but we only change the SOABI name, and all tests
> should behave
> as before. And because we try to load extensions without the SOABI
> name, there
> is safe fallback.

Still, we should somehow check that a non-empty triplet is included in the extension filename (see the test your patch removes).
History
Date User Action Args
2015-04-13 21:30:24pitrousetrecipients: + pitrou, lemburg, barry, brett.cannon, doko, ncoghlan, vstinner, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware, steve.dower
2015-04-13 21:30:24pitrousetmessageid: <1428960624.69.0.284066889301.issue22980@psf.upfronthosting.co.za>
2015-04-13 21:30:24pitroulinkissue22980 messages
2015-04-13 21:30:24pitroucreate