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 vstinner
Recipients christian.heimes, gregory.p.smith, lukasz.langa, ned.deily, pablogsal, petr.viktorin, steve.dower, vstinner
Date 2021-04-13.23:07:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618355252.85.0.160644465429.issue43725@roundup.psfhosted.org>
In-reply-to
Content
> I got a false positive on my PR at https://github.com/python/cpython/pull/25318/checks?check_run_id=2308871807

Oh, this CI failure was on Python 3.8.

Since Python 3.9, Python is now built with -fvisibility=hidden to avoid exporting symbols which are not explicitly exported. So in 3.9, we no longer have to ignore all symbols prefixed by "_Py".
History
Date User Action Args
2021-04-13 23:07:32vstinnersetrecipients: + vstinner, gregory.p.smith, christian.heimes, ned.deily, petr.viktorin, lukasz.langa, steve.dower, pablogsal
2021-04-13 23:07:32vstinnersetmessageid: <1618355252.85.0.160644465429.issue43725@roundup.psfhosted.org>
2021-04-13 23:07:32vstinnerlinkissue43725 messages
2021-04-13 23:07:32vstinnercreate