bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)
Fix a race condition in concurrent.futures._ThreadWakeup: access to _ThreadWakeup is now protected with the shutdown lock.
V
Victor Stinner committed
a4dfe8ede5a37576e17035dccfe109ba7752237e
Parent: 7036477
Committed by GitHub <noreply@github.com>
on 4/29/2020, 1:32:06 AM