From: Stefan Behnel Date: Tue, 20 Jul 2010 22:50:00 +0000 (+0200) Subject: typo X-Git-Tag: 0.13.beta0~2^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48d7588a8bccba0dcd08e5126fbc23c8fab57cd1;p=cython.git typo --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 15022436..8b15bafc 100644 --- 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