test_asyncore: Optimize capture_server() (#93867)
Remove time.sleep(0.01) in test_asyncore capture_server(). The sleep was redundant and inefficient, since the loop starts with select.select() which also implements a sleep (poll for socket data with a timeout).
V
Victor Stinner committed
46e455f21c23b03fd68055fbd97e9d0c449f00a5
Parent: 41fccd2
Committed by GitHub <noreply@github.com>
on 6/15/2022, 4:28:31 PM