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

rand_r missing in _windows_flip.pyx error on windows and python 3 #1475

Open
eyaler opened this issue Apr 9, 2015 · 0 comments
Open

rand_r missing in _windows_flip.pyx error on windows and python 3 #1475

eyaler opened this issue Apr 9, 2015 · 0 comments

Comments

@eyaler
Copy link

eyaler commented Apr 9, 2015

#914 (comment)

copying from the above comment:

On Python3, we need to add 'u'.

Fail(cause rand_r is missing error).

IF UNAME_SYSNAME == "Windows":

Success

IF UNAME_SYSNAME == u"Windows":

see also Python 3.3 + Cython 20.1 build failure and Pull #949

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

No branches or pull requests

1 participant