diff options
author | Victor Stinner <vstinner@python.org> | 2022-06-15 16:28:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 16:28:31 (GMT) |
commit | 46e455f21c23b03fd68055fbd97e9d0c449f00a5 (patch) | |
tree | 6708d1f01c158a3fda4554849cc9f69462233d4d /Lib/test/test_multiprocessing_main_handling.py | |
parent | 41fccd23e9b4397d6cc294b42e1a198cd8f8b268 (diff) | |
download | cpython-46e455f21c23b03fd68055fbd97e9d0c449f00a5.zip cpython-46e455f21c23b03fd68055fbd97e9d0c449f00a5.tar.gz cpython-46e455f21c23b03fd68055fbd97e9d0c449f00a5.tar.bz2 |
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).
Diffstat (limited to 'Lib/test/test_multiprocessing_main_handling.py')
0 files changed, 0 insertions, 0 deletions