Erik Aronesty <[email protected]> added the comment:
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
----------
nosy: +earonesty
versions: +Python 3.9 -Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue31842>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com