| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…heck for NULL Remove NULL check debug print in Decref Remove added NULL checks for self.repr in constructorbinding.cs
|
Actually the implementation of <, <=, >, >= seems to be broken for Python 2: it always returns -1: |
Sorry, something went wrong.
|
If you'd cherry-pick b709a4b on top we will use the same code for Python 2 and 3, so Py2 will also benefit from your change. tp_compare has been obsoleted by tp_richcompare a long time ago. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Looks like <, <=, >, >= implementations were dropped when moving from Python 2 to 3.