We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91364d4 commit a5a599fCopy full SHA for a5a599f
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