mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
This commit is contained in:
parent
29dfcd108d
commit
2d4e988c35
1 changed files with 1 additions and 4 deletions
|
@ -417,7 +417,4 @@ symbolic links encountered in the path."""
|
|||
|
||||
return filename
|
||||
|
||||
if sys.platform == "darwin":
|
||||
supports_unicode_filenames = True
|
||||
else:
|
||||
supports_unicode_filenames = False
|
||||
supports_unicode_filenames = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue