django1/django/contrib/gis/gdal/raster
Claude Paroz d72f8862cb Fixed #25072 -- Prevented GDALRaster memory to be uncollectable
Setting GDALRaster.bands as a cached property was creating a circular
reference with objects having __del__ methods, which means the memory
could never be freed.
Thanks Daniel Wiesmann for the report and test, and Tim Graham for the review.
2015-07-10 19:56:17 +02:00
..
__init__.py Added RasterSource/GDALBand GDAL objects 2014-12-23 16:36:18 +01:00
band.py Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00
const.py Refs #24840 -- Added GDALRaster Warp and transform methods 2015-06-24 18:31:22 +02:00
source.py Fixed #25072 -- Prevented GDALRaster memory to be uncollectable 2015-07-10 19:56:17 +02:00