--
Ticket URL: <https://code.djangoproject.com/ticket/27479>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Sergey Fedoseev
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:1>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/7546 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:2>
* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
I can reproduce the issue, but if I simply apply your patch, I'm getting a
bunch of other errors:
`Exception django.contrib.gis.gdal.error.GDALException:
GDALException('AppDefined',) in <bound method GDALRaster.__del__ of
<Raster object at 0x7f2f712fd250>> ignored`.
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:3>
Comment (by Sergey Fedoseev):
Replying to [comment:3 Claude Paroz]:
> I can reproduce the issue, but if I simply apply your patch, I'm getting
a bunch of other errors:
> `Exception django.contrib.gis.gdal.error.GDALException:
GDALException('AppDefined',) in <bound method GDALRaster.__del__ of
<Raster object at 0x7f2f712fd250>> ignored`.
Probably you didn't copy `errcheck=False` :-).
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:4>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
Comment:
/me hides.
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"faf8a253d3fc2d870fb7ab860581e942d2ad9fbc" faf8a25]:
{{{
#!CommitTicketReference repository=""
revision="faf8a253d3fc2d870fb7ab860581e942d2ad9fbc"
Fixed #27479 -- Fixed GDALClose prototype. (#7546)
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:6>
Comment (by Claude Paroz <claude@…>):
In [changeset:"eff483ff3209b09dbcfbb4a8a137825186c267b1" eff483f]:
{{{
#!CommitTicketReference repository=""
revision="eff483ff3209b09dbcfbb4a8a137825186c267b1"
[1.10.x] Fixed #27479 -- Fixed GDALClose prototype
Backport of faf8a253d3fc2d870fb7ab860581e942d2ad9fbc from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27479#comment:7>