SIGN IN SIGN UP

bpo-42641: Enhance test_select.test_select() (GH-23782)

Enhance test_select.test_select(): it now takes 500 ms rather than 10
seconds.

* Use Python rather than a shell as the child process to make the
  test more portable.
* Use a sleep of 50 ms per line rather than 1 second.
* Use subprocess.Popen rather than os.popen().
V
Victor Stinner committed
7f14a3756b61272cc15f24302589874b125c2f04
Parent: c8a10d2
Committed by GitHub <noreply@github.com> on 12/15/2020, 5:06:36 PM