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 86e94f5 commit aa2dff4Copy full SHA for aa2dff4
vm/src/stdlib/os.rs
@@ -42,8 +42,8 @@ pub fn rust_file(raw_fileno: i64) -> File {
42
use std::os::windows::io::FromRawHandle;
43
44
//TODO: This is untested and (very) unsafe handling or
45
- //raw pointers - This should be patched urgently by
46
- //comparison to the cpython handling of the equivalent fileno
+ //raw pointers - This should be patched urgently by
+ //comparison to the cpython handling of the equivalent fileno
47
//fields for windows
48
unsafe { File::from_raw_handle(raw_fileno as *mut c_void) }
49
}
0 commit comments