[Python-Dev] Fwd: Removal of GIL through refcounting removal. (original) (raw)

skip at pobox.com skip at pobox.com
Mon Nov 3 00:55:03 CET 2008


Eric> I consider it a bug to rely on reference counting to close files,

We can mostly have our cake and eat it too using the "with" statement. In most cases it should be sufficient I would think.

Skip



More information about the Python-Dev mailing list