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 serhiy.storchaka
Recipients colesbury, gregory.p.smith, serhiy.storchaka, vstinner
Date 2020-04-01.14:09:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585750152.1.0.403574859453.issue40120@roundup.psfhosted.org>
In-reply-to
Content
AFAIK extern "C" only affects mangling of function names. Because of overloading in C++ you can have several functions with the same name, and to distinguish "int abs(int)" from "float abs(float)" the C++ compiler mangles function names, that makes them incompatible with C.
History
Date User Action Args
2020-04-01 14:09:12serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, vstinner, colesbury
2020-04-01 14:09:12serhiy.storchakasetmessageid: <1585750152.1.0.403574859453.issue40120@roundup.psfhosted.org>
2020-04-01 14:09:12serhiy.storchakalinkissue40120 messages
2020-04-01 14:09:12serhiy.storchakacreate