-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnicodeEncodeError in archive_util #710
Comments
That didn't fix it. I'm giving up for now. If anyone else would like to take a stab at it, please feel free. |
Can confirm this, as it breaks many things upstream like zc.buildout. Clamping the setuptools version to 25.1.1 reverts to old behavior. To be honest though I can't really see anything in the diff that would do this........ Thanks for taking a stab at it @jaraco |
This reverts commit 8579495. As we can see on pypa#709, this breaks many things (easy_install C extensions, all py3.5 tests, run with LANG=C). So instead of fixing in a hurry all new bugs due to this, I propose to revert this commit until all downsides of this change have been investigated. Related bug: pypa#709 Related bug: pypa#710 Related bug: pypa#712
Unless I'm doing something wrong, this is now XPASS-ing for me on 46.1.3, with PyPy3 7.3.0, CPython 3.{6.10,7.7,8.2}. |
Sorry, this → |
After fixing #709, a new error is revealed in the LC_ALL=C tests in CI.
The issue lies in the "Ugh" code in archive_util.py.
The text was updated successfully, but these errors were encountered: