SIGN IN SIGN UP

Issue #20599: Force ASCII encoding for stdout in test_cleanup() of test_builtin

On Windows, the codec of sys.stdout is implemented in Python. At exit, the
codec may be unloaded before the destructor tries to write something to
sys.stdout.
V
Victor Stinner committed
8ebe5324a072b871646ce67bb44d675acdff05fb
Parent: f86b433