Skip to content

gdal.pxi CSLConstList type change in GDAL #1515

Description

@schwehr

ctypedef char **CSLConstList

Should become:

cdef extern from "cpl_port.h":
    ctypedef const char * const * CSLConstList

And here:

cdef char **metadata = NULL

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions