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 pitrou
Recipients ezio.melotti, loewis, mark.dickinson, pitrou, vstinner
Date 2012-09-30.18:28:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349029711.63.0.375874281636.issue16086@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, I'm not Martin, but I'll try to answer. An ABI pertains to the interfaces exposed by compiled object code, not source code. With C, function signatures in compiled code don't keep any type information (*), and they obviously doesn't know about macros either. So I'd answer "No" to both questions :-)

(*) it would be different with C++, because of name mangling
History
Date User Action Args
2012-09-30 18:28:31pitrousetrecipients: + pitrou, loewis, mark.dickinson, vstinner, ezio.melotti
2012-09-30 18:28:31pitrousetmessageid: <1349029711.63.0.375874281636.issue16086@psf.upfronthosting.co.za>
2012-09-30 18:28:31pitroulinkissue16086 messages
2012-09-30 18:28:31pitroucreate