Commit 50b97529 authored by Stefan Behnel's avatar Stefan Behnel

all Nodes inherit from object, so should CmpNode

parent 7e9a4517
...@@ -4460,7 +4460,7 @@ richcmp_constants = { ...@@ -4460,7 +4460,7 @@ richcmp_constants = {
">=": "Py_GE", ">=": "Py_GE",
} }
class CmpNode: class CmpNode(object):
# Mixin class containing code common to PrimaryCmpNodes # Mixin class containing code common to PrimaryCmpNodes
# and CascadedCmpNodes. # and CascadedCmpNodes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment