mirror of
https://github.com/python/cpython.git
synced 2026-06-02 09:38:14 -04:00
6782fc0502
Fixes a hang in multiprocessing process pool executor when a child process crashes and code could otherwise block on writing to the pipe. See GH-94777 for more details.