Files
cpython/Lib/multiprocessing
Shrey Naithani 5d6e8dd683 gh-145587: fix busy loop in multiprocessing.connection.wait on Windows (GH-145597)
Ensure wait() blocks for the specified timeout when object_list is empty, preventing 100% CPU usage. This aligns the Windows behavior with the Unix implementation.

Co-authored-by: AN Long <aisk@users.noreply.github.com>
2026-03-11 13:08:48 +01:00
..