Skip to content

BUG: Fix runtests --benchmark-compare in python 3 #9866

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

Merged
merged 1 commit into from
Oct 16, 2017

Conversation

eric-wieser
Copy link
Member

check_output returns bytes, but the rest of the command line is unicode. This causes a crash in python 3.

`check_output` returns bytes, but the rest of the command line is unicode.
@charris charris merged commit 79292fb into numpy:master Oct 16, 2017
@charris
Copy link
Member

charris commented Oct 16, 2017

Assuming ascii is safe ;) Thanks Eric.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants