Another blacklisted autotestdict method.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 19:47:38 +0000 (12:47 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 19:47:38 +0000 (12:47 -0700)
Cython/Compiler/AnalysedTreeTransforms.py

index bf57cf1611ccf147e2efaac26e84d3876668ee17..899925008b984b8a381950cb542522b59c0ba482 100644 (file)
@@ -10,7 +10,7 @@ import Naming
 class AutoTestDictTransform(ScopeTrackingTransform):
     # Handles autotestdict directive
 
-    blacklist = ['__cinit__', '__dealloc__']
+    blacklist = ['__cinit__', '__dealloc__', '__richcmp__']
 
     def visit_ModuleNode(self, node):
         self.scope_type = 'module'