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 pitrou
Recipients Arfrever, ZackerySpytz, arhadthedev, asvetlov, bra, christian.heimes, eryksun, flox, jcea, kovid, pitrou, r.david.murray, socketpair, vstinner
Date 2022-01-18.21:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642541565.3.0.746830528166.issue15500@roundup.psfhosted.org>
In-reply-to
Content
Two things:

1) I agree this is an extremely valuable addition for any package or application that does a non-trivial use of threads in Python.

2) It should at least be exposed as a standalone function in the `threading` module, *and* ideally also be called automatically by the `Threading._bootstrap` method.
History
Date User Action Args
2022-01-18 21:32:45pitrousetrecipients: + pitrou, jcea, vstinner, christian.heimes, Arfrever, r.david.murray, asvetlov, flox, bra, kovid, socketpair, eryksun, ZackerySpytz, arhadthedev
2022-01-18 21:32:45pitrousetmessageid: <1642541565.3.0.746830528166.issue15500@roundup.psfhosted.org>
2022-01-18 21:32:45pitroulinkissue15500 messages
2022-01-18 21:32:45pitroucreate