Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile.
By setting the st_dev attribute, we can then remove some Windows-specific code and move os.path.samefile/sameopenfile/samestat to Lib/genericpath.py so all platforms share the same implementation.
B
Brian Curtin committed
490b32a3976d84eaf1d6ca8cdcb00eac0ce5055b
Parent: 2bf61ab