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 erlendaasland, miss-islington, vstinner
Date 2021-06-29.00:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624925261.79.0.13133171758.issue44434@roundup.psfhosted.org>
In-reply-to
Content
On Linux, there is a workaround for Python versions which don't include this fix:

$ LD_PRELOAD=/usr/lib64/libgcc_s.so.1 python3 ...

To preload the libgcc_s.so.1 library in the Python process when running Python.
History
Date User Action Args
2021-06-29 00:07:41vstinnersetrecipients: + vstinner, miss-islington, erlendaasland
2021-06-29 00:07:41vstinnersetmessageid: <1624925261.79.0.13133171758.issue44434@roundup.psfhosted.org>
2021-06-29 00:07:41vstinnerlinkissue44434 messages
2021-06-29 00:07:41vstinnercreate