X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/78911cdb6782ddccef6de3cc913b714e10d2fc14..00dbd763fa9ff0986ea57146f87ac73087a1eb84:/defs.pxi diff --git a/defs.pxi b/defs.pxi index 174f6cf..cec2d86 100644 --- a/defs.pxi +++ b/defs.pxi @@ -98,7 +98,6 @@ cdef extern from 'Python.h': object PyString_FromStringAndSize(char *p, Py_ssize_t len) int PyString_AsStringAndSize(obj, char **p, Py_ssize_t *len) except -1 int PyObject_AsReadBuffer(obj, void **buf, Py_ssize_t *len) except -1 - int PyObject_TypeCheck(obj, ty) object PyInt_FromLong(long i) object PyLong_FromUnsignedLong(unsigned long i) char *PyString_AS_STRING(string) @@ -439,5 +438,6 @@ cdef extern from 'mLib/daemonize.h': cdef extern from 'grim.h': int PSIZEOF(void *x) + ctypedef void *cvp ###----- That's all, folks --------------------------------------------------