-
Notifications
You must be signed in to change notification settings - Fork 125
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
Weird failure on unicode/windows or bytes/linux build #165
Comments
It feels as if a null was being injected after each letter and as if Windows was built with bytes and not the unicode define. |
True, it looks as you described. I have no windows machine to check this. |
No worries! I am looking into this with tests ... and will push some investigation in my WIP branch for 2.0 |
The windows tests with a unicode build and the linux tests with a non-unicode are failing this test:
On bytes/linux:
on windows/unicode:
I wonder if this is because there are some narrow vs. wide Python unicode builds done on windows?
The text was updated successfully, but these errors were encountered: