Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#3077 closed defect (fixed)

Error status not properly reset in python bindings

Reported by: antonio Owned by: Even Rouault
Priority: normal Milestone: 1.8.0
Component: PythonBindings Version: 1.5.4
Severity: normal Keywords:
Cc:

Description

The error status is not properly reset in python bindings when gdal.UseExceptions() is used.

See: http://lists.osgeo.org/pipermail/gdal-dev/2009-June/020933.html

Change History (3)

comment:1 by Even Rouault, 14 years ago

Owner: changed from hobu to Even Rouault

comment:2 by Even Rouault, 14 years ago

Milestone: 1.8.0
Resolution: fixed
Status: newclosed

Fixed in trunk (r20638). Test added in r20639

comment:3 by tamas, 13 years ago

I've also enabled the changes in csharp to prevent from resetting the error message by the default error handler in CPLGetLastErrorXXX. See r23129 and r23130

I wonder if the same thing could also be a problem for the other languages.

Note: See TracTickets for help on using tickets.