This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barneygale
Recipients barneygale
Date 2020-03-08.03:44:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583639089.94.0.893422780833.issue39894@roundup.psfhosted.org>
In-reply-to
Content
`Path.samefile()` calls `os.stat()` directly. It should use the path's accessor object, as `Path.stat()` does.
History
Date User Action Args
2020-03-08 03:44:49barneygalesetrecipients: + barneygale
2020-03-08 03:44:49barneygalesetmessageid: <1583639089.94.0.893422780833.issue39894@roundup.psfhosted.org>
2020-03-08 03:44:49barneygalelinkissue39894 messages
2020-03-08 03:44:49barneygalecreate