• Marius Gedminas's avatar
    Fix gc_blob_removes_uncommitted_data · c59b0ffc
    Marius Gedminas authored
    Apparently the with statement leaves a local variable pointing to the
    BlobFile object, which holds a reference to the blog and prevents it
    from being garbage collected.
    c59b0ffc
testblob.py 22.1 KB