From: Stefan Behnel Date: Thu, 15 Oct 2009 14:26:14 +0000 (+0200) Subject: fix PyObject declaration X-Git-Tag: 0.13.beta0~2^2~121^2~44 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48a0d2fd826fb777fd61973e5cc4359352dfee32;p=cython.git fix PyObject declaration --- 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