Skip to content
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

python: only use ascii character #1704

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

catenacyber
Copy link
Contributor

Otherwise python setup.py install from bindings/python
will fail with
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 223,
but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

Should fix oss-fuzz build
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=27542

Otherwise python setup.py install from bindings/python
will fail with
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 223,
but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
@catenacyber
Copy link
Contributor Author

CIFuzz because this commit needs to be cherry-picked in v4 branch as well

@aquynh aquynh merged commit 2bc4e7c into capstone-engine:master Nov 17, 2020
@aquynh
Copy link
Collaborator

aquynh commented Nov 17, 2020

merged, thanks!

@catenacyber
Copy link
Contributor Author

Should I make a PR for branch v4 as well ?

aquynh pushed a commit that referenced this pull request Nov 17, 2020
Otherwise python setup.py install from bindings/python
will fail with
SyntaxError: Non-ASCII character '\xe2' in file setup.py on line 223,
but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
@aquynh
Copy link
Collaborator

aquynh commented Nov 17, 2020 via email

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

Successfully merging this pull request may close these issues.

None yet

2 participants