Sorry if this is the wrong location for basemap toolkit bug reports.
Please redirect me if that is the case.
Anyhow, I notice that in pyproj.pyx, the python function
PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
void **buffer,
Py_ssize_t *buffer_len);
is inco
Kevin Mueller wrote:
> Sorry if this is the wrong location for basemap toolkit bug reports.
> Please redirect me if that is the case.
Kevin: Here is fine.
> Anyhow, I notice that in pyproj.pyx, the python function
>
> PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
> void **