fix PyObject declaration
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 Oct 2009 14:26:14 +0000 (16:26 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 Oct 2009 14:26:14 +0000 (16:26 +0200)
Cython/Includes/python_object.pxd

index 1945286f06ec8606b1d9aca6cfe5843be4271d7c..b71fee66dd8c4ea5fc3a8fd4bd915c5c98a3980f 100644 (file)
@@ -1,5 +1,6 @@
+from python_ref cimport PyObject
+
 cdef extern from "Python.h":
-    ctypedef void PyObject
     ctypedef void PyTypeObject
     ctypedef struct FILE