Open
Description
Python 3.8 added a SyntaxWarning whenever an "is" / "is not" comparison is done against a literal. (see https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior and https://bugs.python.org/issue34850). Apparently PyGeode has these kinds of comparisons sprinkled through the code, because the screen gets filled with such warnings when running it under Python 3.8. These comparisons (when done against literals) should be changed to ==
and !=
for correct behaviour (especially if running in a non-CPython interpreter).
Metadata
Metadata
Assignees
Labels
No labels