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 eryksun
Recipients Charles Machalow, eric.smith, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-03-13.03:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584069190.28.0.698888955518.issue39920@roundup.psfhosted.org>
In-reply-to
Content
The particular error reported here is due to pathlib, which is a duplicate of issue 33898. That said, since the OP is using 3.7, I've left this issue open in case someone wants to backport the win32_xstat_impl changes that enable stat() (and in particular setting st_mode) for Windows 'character' (e.g. //./NUL and //./CONIN$) and 'block' devices (e.g. //./C: and //./PhysicalDrive0). I don't recall why Steve Dower decided against backporting this update.
History
Date User Action Args
2020-03-13 03:13:10eryksunsetrecipients: + eryksun, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower, Charles Machalow
2020-03-13 03:13:10eryksunsetmessageid: <1584069190.28.0.698888955518.issue39920@roundup.psfhosted.org>
2020-03-13 03:13:10eryksunlinkissue39920 messages
2020-03-13 03:13:10eryksuncreate