Message 396677 - Python tracker

Message396677

Author vstinner
Recipients vstinner, zwol
Date 2021-06-28.23:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624924021.93.0.386722183467.issue37395@roundup.psfhosted.org>
In-reply-to
Content
> This is arguably a bug in glibc, but Python can easily work around it by linking the core interpreter (the `python` executable and/or `libpython.so`) with libgcc_s at build time (`-lgcc_s`) on Linux.  It will then be loaded already if and when it's needed, and glibc won't try to load it on demand.

I fixed the issue differently in bpo-44434.

I mark this issue as a duplicate of bpo-44434.
History
Date User Action Args
2021-06-28 23:47:01vstinnersetrecipients: + vstinner, zwol
2021-06-28 23:47:01vstinnersetmessageid: <1624924021.93.0.386722183467.issue37395@roundup.psfhosted.org>
2021-06-28 23:47:01vstinnerlinkissue37395 messages
2021-06-28 23:47:01vstinnercreate