Skip to content

Commit a5a599f

Browse files
committed
Disable support.record_original_stdout()
1 parent 91364d4 commit a5a599f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def setup_process() -> None:
5454

5555
adjust_rlimit_nofile()
5656

57-
support.record_original_stdout(sys.stdout)
57+
# support.record_original_stdout(sys.stdout) # TODO: RUSTPYTHON, figure out why this was disabled in the first place
5858

5959
# Set sys.stdout encoder error handler to backslashreplace,
6060
# similar to sys.stderr error handler, to avoid UnicodeEncodeError

0 commit comments

Comments
 (0)