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 gregory.p.smith, izbyshev, vstinner
Date 2021-06-28.23:18:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624922313.07.0.406974784361.issue42969@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-06-28 23:18:33vstinnersetrecipients: + vstinner, gregory.p.smith, izbyshev
2021-06-28 23:18:33vstinnersetmessageid: <1624922313.07.0.406974784361.issue42969@roundup.psfhosted.org>
2021-06-28 23:18:33vstinnerlinkissue42969 messages
2021-06-28 23:18:32vstinnercreate