Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning.
This prevents unpredictable aborts in Py_EndInterpreter() when some non-daemon threads are still running.
A
Antoine Pitrou committed
7b4769937fb612d576b6829c3b834f3dd31752f1
Parent: eda7c64