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

MAINT: Avoid unicode characters in division SIMD code comments #19458

Merged
merged 1 commit into from
Jul 12, 2021

Conversation

seberg
Copy link
Member

@seberg seberg commented Jul 12, 2021

This avoids unicode characters in the division SIMD code to circumvent
problems reading the utf-8 encoded file in windows.
The proper fix is probably to just assume utf-8 and feel free to use
unicode characters in c.src files.
But here, it doesn't matter too much to just avoid utf-8 quickly.

See gh-19454

This avoids unicode characters in the division SIMD code to circumvent
problems reading the utf-8 encoded file in windows.
The proper fix is probably to just assume utf-8 and feel free to use
unicode characters in `c.src` files.
But here, it doesn't matter too much to just avoid utf-8 quickly.

See numpygh-19454
@seberg seberg added the 09 - Backport-Candidate PRs tagged should be backported label Jul 12, 2021
@mattip mattip merged commit 89babbd into numpy:main Jul 12, 2021
@mattip
Copy link
Member

mattip commented Jul 12, 2021

Thanks @seberg

@seberg seberg deleted the 19454-avoid-unicode-c-files branch July 12, 2021 14:29
@eric-wieser
Copy link
Member

I've reported this user to github already, it's an account that only posts nonsense or someone's bank details.

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

Successfully merging this pull request may close these issues.

None yet

4 participants