mirror of
https://github.com/django/django.git
synced 2025-01-22 16:19:35 +00:00
d72f8862cb
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.