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 petr.viktorin
Recipients petr.viktorin
Date 2021-02-16.16:07:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613491672.14.0.339809223416.issue43239@roundup.psfhosted.org>
In-reply-to
Content
PyCFunction_New is part of the Stable ABI (see bpo-21354), but it is not declared as PyAPI_FUNC, and thus not exported with GCC's -fvisibility=hidden.
To match Windows, it should be declared.

(I don't think this has any real impact, I just want to fix it before enabling automatic tests on such issues.)
History
Date User Action Args
2021-02-16 16:07:52petr.viktorinsetrecipients: + petr.viktorin
2021-02-16 16:07:52petr.viktorinsetmessageid: <1613491672.14.0.339809223416.issue43239@roundup.psfhosted.org>
2021-02-16 16:07:52petr.viktorinlinkissue43239 messages
2021-02-16 16:07:52petr.viktorincreate