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 mark.dickinson
Recipients ezio.melotti, loewis, mark.dickinson, vstinner
Date 2012-09-29.17:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348939514.09.0.982708293325.issue16086@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, some things I'm not clear on w.r.t. the stable ABI.

(1) Do defined constants like Py_TPFLAGS_INT_SUBCLASS form part of the stable ABI?

(2) Would changing the type of Py_TPFLAGS_INT_SUBCLASS from long to unsigned long break the stable ABI?
History
Date User Action Args
2012-09-29 17:25:14mark.dickinsonsetrecipients: + mark.dickinson, loewis, vstinner, ezio.melotti
2012-09-29 17:25:14mark.dickinsonsetmessageid: <1348939514.09.0.982708293325.issue16086@psf.upfronthosting.co.za>
2012-09-29 17:25:14mark.dickinsonlinkissue16086 messages
2012-09-29 17:25:13mark.dickinsoncreate