- Notifications
You must be signed in to change notification settings - Fork750
Py3 comparison operators#291
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…heck for NULLRemove NULL check debug print in DecrefRemove added NULL checks for self.repr in constructorbinding.cs
Actually the implementation of <, <=, >, >= seems to be broken for Python 2: it always returns -1: |
If you'd cherry-pickb709a4b on top we will use the same code for Python 2 and 3, so Py2 will also benefit from your change. |
Uh oh!
There was an error while loading.Please reload this page.
Looks like <, <=, >, >= implementations were dropped when moving from Python 2 to 3.