projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d737295
)
typo
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 20 Jul 2010 22:50:00 +0000
(
00:50
+0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 20 Jul 2010 22:50:00 +0000
(
00:50
+0200)
Cython/Compiler/ModuleNode.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ModuleNode.py
b/Cython/Compiler/ModuleNode.py
index 15022436381b23f64d793555a53fa8fa06edcbee..8b15bafcc9c41b11f2e0dbb0d0e7b85b3dcf9645 100644
(file)
--- a/
Cython/Compiler/ModuleNode.py
+++ b/
Cython/Compiler/ModuleNode.py
@@
-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