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 eric.snow, nanjekyejoannah, ncoghlan, pablogsal, vstinner
Date 2020-03-09.23:36:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583796988.75.0.796021859858.issue39877@roundup.psfhosted.org>
In-reply-to
Content
I tested (run multiple times) daemon_threads_exit.py with slow_exit.patch: no crash.

I also tested (run multiple times) stress.py + sleep_at_exit.patch of bpo-37135: no crash.

And I tested  asyncio_gc.py of bpo-19466: no crash neither.

Python finalization now looks reliable. I'm not sure if it's "more" reliable than previously, but at least, I cannot get a crash anymore, even after bpo-19466 has been fixed (clear Python thread states of daemon threads earlier).
History
Date User Action Args
2020-03-09 23:36:28vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah
2020-03-09 23:36:28vstinnersetmessageid: <1583796988.75.0.796021859858.issue39877@roundup.psfhosted.org>
2020-03-09 23:36:28vstinnerlinkissue39877 messages
2020-03-09 23:36:28vstinnercreate