I need to convert a Python object to void* and back again, and also from object to PyObject*. Is there a way of doing this without getting warnings? If not, how can I introduce one? (Warning compiler directives? In that case we should start numbering the warnings...)
warning: /home/dagss/cython/devel5/Cython/Runtime/refnanny.pyx:64:9: No conversion from void * to Python object, python object pointer used. warning: /home/dagss/cython/devel5/Cython/Runtime/refnanny.pyx:65:26: No conversion from python_exc.PyObject * to Python object, python object pointer used. ... -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
