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

See also bpo-44434: "_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".

New changeset 45a78f906d2d5fe5381d78466b11763fc56d57ba by Victor Stinner in 
branch 'main':
bpo-44434: Don't call PyThread_exit_thread() explicitly (GH-26758)
https://github.com/python/cpython/commit/45a78f906d2d5fe5381d78466b11763fc56d57ba

----------
nosy: +vstinner

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

Reply via email to