try macos again

This commit is contained in:
Jeong YunWon
2023-02-25 19:09:07 +09:00
parent c88248acb1
commit 1e09c63282

View File

@@ -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;