STINNER Victor <[email protected]> added the comment:
The workaround for this issue is to put extern "C" around #include <Python.h>, or around the header file which includes <Python.h>. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43816> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
