There was an error while loading. Please reload this page.
1 parent c4542a6 commit 8c74805Copy full SHA for 8c74805
1 file changed
Lib/test/libregrtest/setup.py
@@ -54,7 +54,7 @@ def setup_process() -> None:
54
55
adjust_rlimit_nofile()
56
57
- support.record_original_stdout(sys.stdout)
+ # support.record_original_stdout(sys.stdout) # TODO: RUSTPYTHON, figure out why this was disabled in the first place
58
59
# Set sys.stdout encoder error handler to backslashreplace,
60
# similar to sys.stderr error handler, to avoid UnicodeEncodeError
0 commit comments