[issue42888] Not installed “libgcc_s.so.1” causes exit crash.

Alexey Izbyshev report at bugs.python.org
Thu Jan 21 13:28:59 EST 2021


Alexey Izbyshev <izbyshev at ispras.ru> added the comment:

Thank you for testing. I've added a NEWS entry to the PR, so it's ready for review by the core devs.

Note that PyThread_exit_thread() can still be called by daemon threads if they try to take the GIL after Py_Finalize(), and also via C APIs like 
PyEval_RestoreThreads() (see bpo-42969), so, in general, libgcc_s is still required for CPython.

----------
versions: +Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42888>
_______________________________________


More information about the Python-bugs-list mailing list