os.readlink with pathlib.Path against unicode behaviour on pypy3
CPython returns str when os.readlink() accept a path as a pathlib.Path, but pypy3 returns bytes.
It is observed in Python 3.6.9[pypy-7.3.1-alpha]. related issue: #1807 (closed)
CPython returns str when os.readlink() accept a path as a pathlib.Path, but pypy3 returns bytes.
It is observed in Python 3.6.9[pypy-7.3.1-alpha]. related issue: #1807 (closed)