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

--- Comment #17 from Victor Stinner <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "[email protected]"

Reply via email to