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 dmaurer
Recipients dmaurer
Date 2022-04-07.09:53:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649325230.37.0.647071733249.issue47246@roundup.psfhosted.org>
In-reply-to
Content
The observation was caused by a bug which has been fixed in newer Python versions (3.9+ if I remember correctly). `isAlive` was called on a `_DummyThread` (while `_DummyThread` overides `is_alive` it had forgotten to override `isAlive` as well).
History
Date User Action Args
2022-04-07 09:53:50dmaurersetrecipients: + dmaurer
2022-04-07 09:53:50dmaurersetmessageid: <1649325230.37.0.647071733249.issue47246@roundup.psfhosted.org>
2022-04-07 09:53:50dmaurerlinkissue47246 messages
2022-04-07 09:53:50dmaurercreate