-
Notifications
You must be signed in to change notification settings - Fork 13.3k
x.py no longer works with Python 3 #42085
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I'd be happy to test on windows if you can send over the patch |
@mjkillough I'm curious, have you been successful using Python 3 in general? I was never able to get the full test suite to work when using Python 3, and there seemed a decent amount of work to do to have both Python 2 and 3 supported for the entire suite. |
…lexcrichton Fix x.py Fixes rust-lang#42085
…lexcrichton Fix x.py Fixes rust-lang#42085
…lexcrichton Fix x.py Fixes rust-lang#42085
@steveklabnik - Thanks, but @nagisa has beat me to it. @projektir - I think I was able to build and run the full test suite, but you've made me doubt myself. :) I'll double-check when I'm back at my computer. |
@projektir - FWIW, with the PR that fixes
I'm not sure what's going on there, but I don't think it's related to Python. |
…lexcrichton Fix x.py Fixes rust-lang#42085
@mjkillough interesting. Those are tidy failures, I got them too when I tried a different run, they're indeed unrelated (probably). Btw, why are you using |
@projektir - I am not sure why I used python3. Both python and python3 are the same 3.6.1 binary on my system. |
Recent changes to
x.py
have stopped it from working when run with Python 3:It works when run with Python 2.
I had a quick look at fixing it, but it looks like the fix would need testing on Windows (due to console encoding shenanigans) and I don't have a Windows machine available right now.
The text was updated successfully, but these errors were encountered: