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 eric.snow
Recipients Christian.Tismer, aponomarenko, benjamin.peterson, eric.snow, lukasz.langa, ncoghlan, ned.deily, petr.viktorin, serhiy.storchaka, steve.dower, vstinner
Date 2018-06-04.15:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528124601.11.0.592728768989.issue21142@psf.upfronthosting.co.za>
In-reply-to
Content
That email thread contains multiple references to scripts that may be used to identify ABI issues, among other good points.  FWIW, when consolidating the C globals last year I added a tool to track the remaining globals:

  Tools/c-globals

It is similar (at least in intent) to any solution we might pursue relative to the stable ABI.
History
Date User Action Args
2018-06-04 15:03:21eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, benjamin.peterson, ned.deily, petr.viktorin, lukasz.langa, serhiy.storchaka, steve.dower, Christian.Tismer, aponomarenko
2018-06-04 15:03:21eric.snowsetmessageid: <1528124601.11.0.592728768989.issue21142@psf.upfronthosting.co.za>
2018-06-04 15:03:21eric.snowlinkissue21142 messages
2018-06-04 15:03:21eric.snowcreate