Fix gc_blob_removes_uncommitted_data
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.
Showing
Please register or sign in to comment