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 POCEH, martin.panter, rahul-kumi, vstinner
Date 2021-09-24.15:59:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632499175.19.0.138635749929.issue40657@roundup.psfhosted.org>
In-reply-to
Content
You must join thread using thread.join().

If I add .join() calls, threading.active_count() stays around 2, it doesn't grow.

It's not a bug in Python.
History
Date User Action Args
2021-09-24 15:59:35vstinnersetrecipients: + vstinner, martin.panter, rahul-kumi, POCEH
2021-09-24 15:59:35vstinnersetmessageid: <1632499175.19.0.138635749929.issue40657@roundup.psfhosted.org>
2021-09-24 15:59:35vstinnerlinkissue40657 messages
2021-09-24 15:59:35vstinnercreate