mirror of https://github.com/python/cpython.git
back out the darwin supports_unicode_filenames patch; it causes deep problems with the tests
This commit is contained in:
parent
29dfcd108d
commit
2d4e988c35
|
@ -417,7 +417,4 @@ def realpath(filename):
|
|||
|
||||
return filename
|
||||
|
||||
if sys.platform == "darwin":
|
||||
supports_unicode_filenames = True
|
||||
else:
|
||||
supports_unicode_filenames = False
|
||||
supports_unicode_filenames = False
|
||||
|
|
Loading…
Reference in New Issue