Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to