STINNER Victor <vstin...@python.org> added the comment:

> 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.

----------
nosy: +vstinner
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> _thread module: Remove redundant PyThread_exit_thread() call to 
avoid glibc fatal error: libgcc_s.so.1 must be installed for pthread_cancel to 
work

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37395>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to