Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2872 closed defect (fixed)

python typemaps for OBJECT_LIST_INPUT(GDALRasterBandShadow) is broken

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.6.1
Component: PythonBindings Version: unspecified
Severity: normal Keywords:
Cc: hobu

Description

gdal.RegenerateOverviews() won't work because of this. Fix to follow

Change History (4)

comment:1 by Even Rouault, 15 years ago

Milestone: 1.6.1
Resolution: fixed
Status: newclosed

Fixed in trunk (r16481) and in branches/1.6 (r16482). Tests added in r16483

comment:2 by hobu, 15 years ago

Newer versions of SWIG renamed PySwigObject to SwigPyObject. PySwigObject is semi-private, although there's nothing that says we can't expect to use it. SWIG project is dumb to rename this without providing any backward capability. Anyway, r16607 fixes this in trunk.

comment:3 by hobu, 15 years ago

Attempt #2 based on SWIG_VERSION in r16608

comment:4 by Even Rouault, 15 years ago

Support for SWIG 1.3.38 backported in branches/1.6 in r16629

Note: See TracTickets for help on using tickets.