mirror of
https://github.com/python/cpython.git
synced 2026-07-23 10:26:31 -04:00
5d6e8dd683
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>