New issue 3062: RuntimeError using pathlib (on Windows)
https://bitbucket.org/pypy/pypy/issues/3062/runtimeerror-using-pathlib-on-windows

Fabio Zadrozny:

I hope the output from the console is enough to show the error \(I get this by 
just unzipping pypy and running the commands below\).

‌

> > c:\\bin\\pypy3.6-v7.1.1-win32\\pypy3.exe  
> Python 3.6.1 \(784b254d6699, Apr 16 2019, 12:10:48\)  
> \[PyPy 7.1.1-beta0 with MSC v.1910 32 bit\] on win32
>
> >>>> from pathlib import Path  
> >>>> Path\(\).resolve\(\)  
> Traceback \(most recent call last\):  
> File "<stdin>", line 1, in <module>  
> File 
> "c:\\bin\\pypy3.6-v7.1.1-win32\\lib-python\\3\\[pathlib.py](http://pathlib.py)",
>  line 1122, in resolve  
> s = self.\_flavour.resolve\(self, strict=strict\)  
> File 
> "c:\\bin\\pypy3.6-v7.1.1-win32\\lib-python\\3\\[pathlib.py](http://pathlib.py)",
>  line 192, in resolve  
> s = self.\_ext\_to\_normal\(\_getfinalpathname\(s\)\)  
> RuntimeError


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to