Implement #7566 - os.path.sameopenfile for Windows.
This uses the GetFileInformationByHandle function to return a tuple of values to identify a file, then ntpath.sameopenfile compares file tuples, which is exposed as os.path.sameopenfile.
B
Brian Curtin committed
6285774f06f44f04353801cc79fd2a5e67f884ec
Parent: 5c997b8