bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Add threading.Thread.__del__() method to ensure that the thread state lock is removed from the _shutdown_locks list when a thread completes.
V
Victor Stinner committed
d3dcc92778807ae8f7ebe85178f36a29711cd478
Parent: cf9360e
Committed by GitHub <noreply@github.com>
on 8/19/2019, 10:37:17 PM