From 1e09c63282f2c11722a026a6bfd45693eb901ea4 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Sat, 25 Feb 2023 19:09:07 +0900 Subject: [PATCH] try macos again --- vm/src/stdlib/posix.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm/src/stdlib/posix.rs b/vm/src/stdlib/posix.rs index 6e3935449..fb8604537 100644 --- a/vm/src/stdlib/posix.rs +++ b/vm/src/stdlib/posix.rs @@ -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;