Eryk Sun <eryk...@gmail.com> added the comment:

There's still the problem of the system using short names in %TEMP%, since by 
default that's under "%USERPROFILE%\AppData". Either an exception could be made 
for the temp directory, since it's never redirected (AFAIK), or support could 
be added for GetLongPathNameW() [1] as nt._getlongpathname().

---
[1] 
https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getlongpathnamew

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46171>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to