commit | 8ebe5324a072b871646ce67bb44d675acdff05fb | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 12 18:27:55 2014 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Feb 12 18:27:55 2014 +0100 |
tree | 7bc02bd83e4b10c1a680b703d05d19b9cbb5b3a1 | |
parent | f86b43382311370d099b1ba9995093a2e0252605 [diff] |
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.