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

Check also int not only long for PyPy. #744

Merged
merged 1 commit into from
May 31, 2016
Merged

Check also int not only long for PyPy. #744

merged 1 commit into from
May 31, 2016

Conversation

youknowone
Copy link
Contributor

This is a patch to enhance PyPy compatibility.
I don't know well about the code - but it seems it is related to binary unpacking.
In some case of that, PyPy can generate int instead of long.

PyPy can generate an `int` instance here.
@yoloseem
Copy link

How about using numbers.Integral

@andymccurdy andymccurdy merged commit 20fc04e into redis:master May 31, 2016
@andymccurdy
Copy link
Contributor

thanks!

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.

3 participants