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 gregory.p.smith
Recipients colesbury, gregory.p.smith, serhiy.storchaka, vstinner
Date 2020-03-31.21:02:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585688569.0.0.27874719692.issue40120@roundup.psfhosted.org>
In-reply-to
Content
Isn't the only actual way for a C .h file to be compatible with C++ via

extern "C" {
}

which all of our non-meta include files appear to have already?
History
Date User Action Args
2020-03-31 21:02:49gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, serhiy.storchaka, colesbury
2020-03-31 21:02:49gregory.p.smithsetmessageid: <1585688569.0.0.27874719692.issue40120@roundup.psfhosted.org>
2020-03-31 21:02:48gregory.p.smithlinkissue40120 messages
2020-03-31 21:02:48gregory.p.smithcreate