[New-bugs-announce] [issue45013] os.path.isfile fails on path exactly 260 Chars long in Windows

Luke Rossi report at bugs.python.org
Thu Aug 26 08:41:25 EDT 2021


New submission from Luke Rossi <ubermidget2 at gmail.com>:

I saw 33105, but believe this to be a different issue as path length 260 is valid.

I did testing by crafting a path that is exactly 260 by hand - A path 259 in length reports .isfile() as True.

----------
components: Library (Lib)
messages: 400341
nosy: serhiy.storchaka, ubermidget2
priority: normal
severity: normal
status: open
title: os.path.isfile fails on path exactly 260 Chars long in Windows
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45013>
_______________________________________


More information about the New-bugs-announce mailing list