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 martin.panter
Recipients fengjiang, martin.panter
Date 2021-01-28.02:56:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611802568.03.0.785351472756.issue43050@roundup.psfhosted.org>
In-reply-to
Content
Perhaps this is caused by Issue 37788. Python 3.7.4 introduced a leak for any thread that doesn't get its "join" method called. Timer is a subclass of Thread, so to confirm, see if calling "timer.join()" after "cancel" will make the leak go away.
History
Date User Action Args
2021-01-28 02:56:08martin.pantersetrecipients: + martin.panter, fengjiang
2021-01-28 02:56:08martin.pantersetmessageid: <1611802568.03.0.785351472756.issue43050@roundup.psfhosted.org>
2021-01-28 02:56:08martin.panterlinkissue43050 messages
2021-01-28 02:56:07martin.pantercreate