mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
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. * Add msvcrt.GetErrorMode(). * SuppressCrashReport now uses GetErrorMode() and SetErrorMode() of the msvcrt module, rather than using ctypes. * Remove also an unused variable (deadline) in wait_process(). |
||
|---|---|---|
| .. | ||
| _testconsole.c.h | ||
| msvcrtmodule.c.h | ||
| winreg.c.h | ||
| winsound.c.h | ||