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 russiavk
Recipients meowmeowmeowcat, russiavk, steven.daprano, terry.reedy
Date 2021-08-14.08:02:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628928129.65.0.850529159224.issue44898@roundup.psfhosted.org>
In-reply-to
Content
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
    with self.open(mode='rb') as f:
  File "C:\Program Files\pypy-c-jit-102746-9515a976b2ea-win64\lib-python\3\pathlib.py", line 1223, in open
    opener=self._opener)
  File "C:\Program Files\pypy-c-jit-102746-9515a976b2ea-win64\lib-python\3\pathlib.py", line 1078, in _opener
    return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: WindowsPath('D:/somepath contains chinese character')
History
Date User Action Args
2021-08-14 08:02:09russiavksetrecipients: + russiavk, terry.reedy, steven.daprano, meowmeowmeowcat
2021-08-14 08:02:09russiavksetmessageid: <1628928129.65.0.850529159224.issue44898@roundup.psfhosted.org>
2021-08-14 08:02:09russiavklinkissue44898 messages
2021-08-14 08:02:09russiavkcreate