typo
authorStefan Behnel <scoder@users.berlios.de>
Tue, 20 Jul 2010 22:50:00 +0000 (00:50 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 20 Jul 2010 22:50:00 +0000 (00:50 +0200)
Cython/Compiler/ModuleNode.py

index 15022436381b23f64d793555a53fa8fa06edcbee..8b15bafcc9c41b11f2e0dbb0d0e7b85b3dcf9645 100644 (file)
@@ -553,7 +553,7 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
 #endif
 
 #ifndef PySet_CheckExact
-#  define PySet_CheckExact(obj)          (Py_TYPE(obj) == PySet_Type)
+#  define PySet_CheckExact(obj)          (Py_TYPE(obj) == &PySet_Type)
 #endif
 
 #if PY_MAJOR_VERSION >= 3