From 48a0d2fd826fb777fd61973e5cc4359352dfee32 Mon Sep 17 00:00:00 2001 From: Stefan Behnel <scoder@users.berlios.de> Date: Thu, 15 Oct 2009 16:26:14 +0200 Subject: [PATCH] fix PyObject declaration --- Cython/Includes/python_object.pxd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cython/Includes/python_object.pxd b/Cython/Includes/python_object.pxd index 1945286f..b71fee66 100644 --- a/Cython/Includes/python_object.pxd +++ b/Cython/Includes/python_object.pxd @@ -1,5 +1,6 @@ +from python_ref cimport PyObject + cdef extern from "Python.h": - ctypedef void PyObject ctypedef void PyTypeObject ctypedef struct FILE -- 2.26.2