cpython/Lib/concurrent
Victor Stinner a4dfe8ede5
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.
2020-04-29 03:32:06 +02:00
..
futures bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760) 2020-04-29 03:32:06 +02:00
__init__.py