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, jbms, vstinner
Date 2021-09-20.18:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632162361.9.0.526670937963.issue42969@roundup.psfhosted.org>
In-reply-to
Content
> It looks like the `_thread` module does not actually expose `PyThread_exit_thread` --- the similarly named `thread_PyThread_exit_thread` just raises SystemExit.

Oh right, I was confused by the function name: "thread_PyThread_exit_thread()". It's a good thing that it's not exposed in Python :-)
History
Date User Action Args
2021-09-20 18:26:01vstinnersetrecipients: + vstinner, gregory.p.smith, izbyshev, jbms
2021-09-20 18:26:01vstinnersetmessageid: <1632162361.9.0.526670937963.issue42969@roundup.psfhosted.org>
2021-09-20 18:26:01vstinnerlinkissue42969 messages
2021-09-20 18:26:01vstinnercreate