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 steve.dower
Recipients Arfrever, barry, brett.cannon, eric.snow, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-02.17:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417540239.26.0.0662410405167.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
I'm very much in favor of adding this for .pyds on Windows.

I assume the hard part will be getting the details for Linux (doesn't bitness have to be compiled in there? For Windows it can be determined at compile-time...), but preferring an extension with the ABI tag and falling back on one without seems easy enough.

(Would/could this also work for .py files? So a 2.7/3.x or Jython/CPython/IronPython package could include tags in pure-Python code files?)
History
Date User Action Args
2014-12-02 17:10:39steve.dowersetrecipients: + steve.dower, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware
2014-12-02 17:10:39steve.dowersetmessageid: <1417540239.26.0.0662410405167.issue22980@psf.upfronthosting.co.za>
2014-12-02 17:10:39steve.dowerlinkissue22980 messages
2014-12-02 17:10:39steve.dowercreate