cpython/Misc/NEWS.d/next
Victor Stinner 7f14a3756b
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().
2020-12-15 18:06:36 +01:00
..
Build bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) 2020-12-14 23:14:43 +01:00
C API bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) 2020-12-10 18:39:17 +01:00
Core and Builtins bpo-42639: Move atexit state to PyInterpreterState (GH-23763) 2020-12-15 14:34:19 +01:00
Documentation Python 3.10.0a3 2020-12-07 19:34:10 +00:00
IDLE Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Library bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) 2020-12-15 17:12:02 +01:00
Security Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Tests bpo-42641: Enhance test_select.test_select() (GH-23782) 2020-12-15 18:06:36 +01:00
Tools-Demos Python 3.10.0a3 2020-12-07 19:34:10 +00:00
Windows Python 3.10.0a3 2020-12-07 19:34:10 +00:00
macOS Python 3.10.0a3 2020-12-07 19:34:10 +00:00