qmsk/net/py.pxd
changeset 11 7ae92c2b433f
parent 7 74fde84264b1
child 14 c44754cc1ffe
equal deleted inserted replaced
10:94b0d5a208c1 11:7ae92c2b433f
     1 cimport libc
     1 cimport qmsk.net.libc as libc
     2 
     2 
     3 cdef extern from "Python.h" :
     3 cdef extern from "Python.h" :
     4     struct PyObject :
     4     struct PyObject :
     5         pass
     5         pass
     6 
     6