File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 test_argparse test_json test_bytes test_long test_pwd test_bool test_cgi test_complex
124124 test_exception_hierarchy test_glob test_iter test_list test_os test_pathlib
125125 test_py_compile test_set test_shutil test_sys test_unicode test_unittest test_venv
126- test_zipimport test_importlib test_io
126+ test_zipimport test_importlib
127127 env :
128128 RUSTPYTHONPATH : ${{ github.workspace }}/Lib
129129 if : runner.os == 'Windows'
Original file line number Diff line number Diff line change @@ -353,10 +353,10 @@ mod _os {
353353 }
354354 }
355355
356- #[ cfg( windows) ]
357- let flags = flags & !( libc:: O_WRONLY as u32 ) ;
356+ // #[cfg(windows)]
357+ // let flags = flags & !(libc::O_WRONLY as u32);
358358
359- #[ cfg( not ( target_os = "wasi" ) ) ]
359+ #[ cfg( unix ) ]
360360 {
361361 use platform:: OpenOptionsExt ;
362362 options. custom_flags ( flags) ;
You can’t perform that action at this time.
0 commit comments