D Levine added the comment:
I think that would make the most sense, yes.
--
___
Python tracker
<https://bugs.python.org/issue43607>
___
___
Python-bugs-list m
D Levine added the comment:
I really meant 255 characters not 256 because I was leaving three for ":/". I suppose the most reasonable behavior is to strip out the "\\?\"
before attempting the conversion as the path is sensible and parsable without
that, as opposed to
Change by D Levine :
--
type: crash -> behavior
___
Python tracker
<https://bugs.python.org/issue43607>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from D Levine :
Windows file paths are limited to 256 characters, and one of Windows's
prescribed methods to address this is to prepend "\\?\" before a Windows
absolute path (see:
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-