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 Alnajim
Recipients Alnajim
Date 2021-11-10.09:48:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636537731.96.0.00930160338556.issue45777@roundup.psfhosted.org>
In-reply-to
Content
After updating python to the latest version, an issue related to reading files in long paths (>256 letters) is arisen. Whenever I try to read such a file in Windows 11, I got an exception telling me that the file is not there, even though it’s there and I allowed windows 11 to accept long paths  (> Max_Path). Absolute and relative paths did not work. Projects that were working before normally, are no longer working. The exception is “FileNotFoundError: [Errno 2] No such file or directory: The_Long_Path_To_The_File,
History
Date User Action Args
2021-11-10 09:48:52Alnajimsetrecipients: + Alnajim
2021-11-10 09:48:51Alnajimsetmessageid: <1636537731.96.0.00930160338556.issue45777@roundup.psfhosted.org>
2021-11-10 09:48:51Alnajimlinkissue45777 messages
2021-11-10 09:48:51Alnajimcreate