mercurial/__init__.py
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
Fri, 24 Dec 2010 15:23:01 +0100
changeset 13400 14f3795a5ed7
parent 0 9117c6561b0b
child 27220 4374d819ccd5
permissions -rw-r--r--
explicitly close files Add missing calls to close() to many places where files are opened. Relying on reference counting to catch them soon-ish is not portable and fails in environments with a proper GC, such as PyPy.