We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde5527 commit 94dc7bbCopy full SHA for 94dc7bb
Lib/test/test_cmd_line_script.py
@@ -776,7 +776,7 @@ def test_nonexisting_script(self):
776
@unittest.skipIf(sys.platform.startswith("freebsd") and
777
os.stat("/dev").st_dev == os.stat("/dev/fd").st_dev,
778
"Requires fdescfs mounted on /dev/fd on FreeBSD")
779
- @unittest.skipIf(sys.platform.startswith("darwin"), "Problems with Mac os descriptor")
+ @unittest.skipIf(sys.platform.startswith("darwin"), "TODO: RUSTPYTHON Problems with Mac os descriptor")
780
def test_script_as_dev_fd(self):
781
# GH-87235: On macOS passing a non-trivial script to /dev/fd/N can cause
782
# problems because all open /dev/fd/N file descriptors share the same
0 commit comments