➜

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.

作者 steve.dower
收信人 Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, python-dev, steve.dower, tim.golden, vstinner, zach.ware
日期 2014-12-16.13:38:52
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1418737132.92.0.582001607945.issue22980@psf.upfronthosting.co.za>
In-reply-to
内容
I justified leaving out the ABI tag in an earlier post as well as in an email to distutils-sig, where two of the PEPs you mention were developed, and nobody had any comment. Cache tags don't include platform information and are worthless here.

distutils uses the first extension from _imp.extension_suffixes() and so will automatically tag binaries. I also tested with setuptools and Cython.
历史
日期 用户 动作 参数
2014-12-16 13:38:52steve.dower修改recipients: + steve.dower, lemburg, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware
2014-12-16 13:38:52steve.dower修改messageid: <1418737132.92.0.582001607945.issue22980@psf.upfronthosting.co.za>
2014-12-16 13:38:52steve.dower链接issue22980 messages
2014-12-16 13:38:52steve.dower创建