@@ -2997,6 +2997,9 @@ class AttrKey : IEquatable<AttrKey> {
                     return true;
                 }
             }
+            if (o is PythonType) {
+                return true;
+            }
             return false;
         }
 