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 aeros, pitrou, tomMoral, vstinner
Date 2020-03-30.23:51:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585612267.11.0.133241803536.issue39812@roundup.psfhosted.org>
In-reply-to
Content
> I'll see if I can figure it out, but this one might be a bit tricky to troubleshoot.

Oh yes, I know that fixing such issue can be very tricky.

For example, there is no  threading._unregister_atexit() function. Maybe the callback stays alive after the test completes.
History
Date User Action Args
2020-03-30 23:51:07vstinnersetrecipients: + vstinner, pitrou, tomMoral, aeros
2020-03-30 23:51:07vstinnersetmessageid: <1585612267.11.0.133241803536.issue39812@roundup.psfhosted.org>
2020-03-30 23:51:07vstinnerlinkissue39812 messages
2020-03-30 23:51:07vstinnercreate