mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
try macos again
This commit is contained in:
@@ -1881,8 +1881,6 @@ pub mod module {
|
||||
pathconf(PathOrFd::Fd(fd), name, vm)
|
||||
}
|
||||
|
||||
// TODO: this is expected to be run on macOS as a unix, but somehow not.
|
||||
#[cfg(target_os = "linux")]
|
||||
#[pyattr]
|
||||
fn pathconf_names(vm: &VirtualMachine) -> PyDictRef {
|
||||
use strum::IntoEnumIterator;
|
||||
|
||||
Reference in New Issue
Block a user