Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 247 Bytes

File metadata and controls

1 lines (1 loc) · 247 Bytes

Resolved a performance regression in multiprocessing.connection.wait on Windows that caused infinite busy loops when called with no objects. The function now properly yields control to the OS to conserve CPU resources. Patch By Shrey Naithani