4a4f660cfd
test_repl.test_close_stdin() now calls
support.suppress_msvcrt_asserts() to fix the test on Windows.
* Move suppress_msvcrt_asserts() from test.libregrtest.setup to
test.support. Make its verbose parameter optional: verbose=False by
default.
* SuppressCrashReport now uses SetErrorMode() of the msvcrt module,
rather than using ctypes.
* Remove also an unused variable (deadline) in wait_process().
(cherry picked from commit
|
||
---|---|---|
.. | ||
__init__.py | ||
cmdline.py | ||
main.py | ||
pgo.py | ||
refleak.py | ||
runtest.py | ||
runtest_mp.py | ||
save_env.py | ||
setup.py | ||
utils.py | ||
win_utils.py |