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

fix PyObject declaration

parent 2a6f0bed
from python_ref cimport PyObject
cdef extern from "Python.h":
ctypedef void PyObject
ctypedef void PyTypeObject
ctypedef struct FILE
......
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