mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Use `std::os::unix::fs::DirEntryExt` on unix to get inode and use `stat_inner` for other platfrom to get stat and cache inode into `AtomicCell<Option<u64>>`. Currently on windows platform in `stat_inner` inode will only contains default value (0).