bpo-39995: Fix concurrent.futures._ThreadWakeup race condition by vstinner · Pull Request #19758 · python/cpython
Fix a race condition in concurrent.futures._ThreadWakeup: it now uses an internal threading event to ensure that the pipe is not closed while sending or receiving bytes. Co-Authored-by: Kyle Stanley <aeros167@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters