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 earonesty
Recipients christopherpickering, earonesty, earonesty2, eryksun, maciozo, paul.moore, riffitos, steve.dower, tim.golden, zach.ware, zombie110year
Date 2021-11-12.13:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636723527.65.0.756214741964.issue31842@roundup.psfhosted.org>
In-reply-to
Content
bug is worse than that:

perfectly valid redirected paths (winfsp ram drives for example) now break in python 3.9.6 (maybe fixed in later version?)


>>> import pathlib
>>> p=pathlib.Path('C:\\Users\\erik\\Atakama')
>>> p.resolve()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "c:\users\erik\.pyenv\pyenv-win\versions\3.9.6\Lib\pathlib.py", line 1205, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "c:\users\erik\.pyenv\pyenv-win\versions\3.9.6\Lib\pathlib.py", line 206, in resolve
    s = self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 1005] The volume does not contain a recognized file system.


... yet....

dir 'C:\\Users\\erik\\Atakama'
Desktop.ini  Personal\ Files  Vault

mounted via winfsp
History
Date User Action Args
2021-11-12 13:25:27earonestysetrecipients: + earonesty, paul.moore, tim.golden, zach.ware, eryksun, steve.dower, earonesty2, zombie110year, maciozo, christopherpickering, riffitos
2021-11-12 13:25:27earonestysetmessageid: <1636723527.65.0.756214741964.issue31842@roundup.psfhosted.org>
2021-11-12 13:25:27earonestylinkissue31842 messages
2021-11-12 13:25:27earonestycreate