#25072: GDALRaster Garbage Collection not working
-----------------------------------+--------------------------------------
     Reporter:  yellowcap          |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  GIS                |                  Version:  master
     Severity:  Normal             |               Resolution:
     Keywords:  memory gis raster  |             Triage Stage:  Unreviewed
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------

Comment (by timgraham):

 I don't have much experience with garbage collection, but after doing some
 reading I think this is expected as there is no guarantee that the garbage
 collector will run in code like this. If you put that code in a function,
 is `__del__()` called when the function exits (i.e. local variables should
 be garbage collected at that point)?

--
Ticket URL: <https://code.djangoproject.com/ticket/25072#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.b48f2ea6412221410ca5c97cdcb97922%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to