Files
RustPython/vm
Dean Li e84ba9278b os: Implement inode() for class DirEntry
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).
2021-05-10 22:25:57 +08:00
..
2021-04-11 17:38:44 -05:00
2018-07-07 17:14:45 +02:00