https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255445

--- Comment #17 from Victor Stinner <victor.stin...@gmail.com> ---
Backporting "bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)"
sounds dangerous. This fix relies on many other fixes. Without the other fixes,
clearing daemon threads earlier can hang or crash.

I suggest you to not rely on implicit resource management. If you really have
to, use Python 3.9 which seems to work for your issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to