[issue44898] Path.read_bytes() failed when path contains chinese character

2021-08-14 Thread russiavk
russiavk added the comment: Sorry.I found it only happen in pypy3 My os is win10 64,and pypy version is "PyPy 7.3.6-alpha0 with MSC v.1929 64 bit" File "C:\Program Files\pypy-c-jit-102746-9515a976b2ea-win64\lib-python\3\pathlib.py", line 1229, in read_bytes wit

[issue44898] Path.read_bytes() failed when path contains chinese character

2021-08-12 Thread russiavk
russiavk added the comment: It give me error :FileNotFoundError [errno 2] No such file or directory -- ___ Python tracker <https://bugs.python.org/issue44

[issue44898] Path.read_bytes() failed when path contains chinese character

2021-08-12 Thread russiavk
New submission from russiavk : Path.read_bytes() failed when this path contains chinese character -- components: IO messages: 399435 nosy: russiavk priority: normal severity: normal status: open title: Path.read_bytes() failed when path contains chinese character type: behavior