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 iritkatriel
Recipients iritkatriel, ncoghlan, r.david.murray, sejvlond, vstinner
Date 2021-08-26.09:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629970336.74.0.80086073115.issue25867@roundup.psfhosted.org>
In-reply-to
Content
It's doing this now, so seems like it has been fixed:

% env -i ./python.exe
Python 3.11.0a0 ...
>>> import os
>>> os.stat(u"\xf0")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory: 'ð'
>>>
History
Date User Action Args
2021-08-26 09:32:16iritkatrielsetrecipients: + iritkatriel, ncoghlan, vstinner, r.david.murray, sejvlond
2021-08-26 09:32:16iritkatrielsetmessageid: <1629970336.74.0.80086073115.issue25867@roundup.psfhosted.org>
2021-08-26 09:32:16iritkatriellinkissue25867 messages
2021-08-26 09:32:16iritkatrielcreate