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 ncoghlan
Recipients Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-02.23:58:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dhCj7z4QGjmiKFXrbw+N-58VCyA3SYqs5UaMxw1khufQ@mail.gmail.com>
In-reply-to <CAMpsgwYCncpN18DoNtd9Jn9v4hfTj8fSVZGnhFa-L1NFB+h-Fw@mail.gmail.com>
Content
My initial thought is to add an "abitags" attribute to sys.implementation
(plural so we can also indicate stable ABI support).

If we define the algorithm clearly, then setuptools & distlib could make it
available on earlier Python versions.
History
Date User Action Args
2014-12-02 23:58:12ncoghlansetrecipients: + ncoghlan, lemburg, barry, brett.cannon, pitrou, vstinner, tim.golden, ned.deily, Arfrever, eric.snow, zach.ware, steve.dower
2014-12-02 23:58:12ncoghlanlinkissue22980 messages
2014-12-02 23:58:12ncoghlancreate