Message 409145 - Python tracker

Message409145

Author eryksun
Recipients eryksun, layday, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-12-24.14:02:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640354570.05.0.681534501065.issue46171@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-12-24 14:02:50eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, layday
2021-12-24 14:02:50eryksunsetmessageid: <1640354570.05.0.681534501065.issue46171@roundup.psfhosted.org>
2021-12-24 14:02:50eryksunlinkissue46171 messages
2021-12-24 14:02:49eryksuncreate