Commit 48d7588a authored by Stefan Behnel's avatar Stefan Behnel

typo

parent d737295f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment