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 chba, vstinner
Date 2020-12-10.09:45:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607593500.56.0.670028444422.issue42591@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 23730 to fix the issue. Would it be possible for you to test it?

Since Python 3.9, symbols which are not explicitly exported are no longer exported. Python now uses -fvisibility=hidden.
History
Date User Action Args
2020-12-10 09:45:00vstinnersetrecipients: + vstinner, chba
2020-12-10 09:45:00vstinnersetmessageid: <1607593500.56.0.670028444422.issue42591@roundup.psfhosted.org>
2020-12-10 09:45:00vstinnerlinkissue42591 messages
2020-12-10 09:45:00vstinnercreate