[pypy-commit] pypy vmprof: close this file

fijal noreply at buildbot.pypy.org
Thu Mar 26 15:52:20 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof
Changeset: r76576:e58a3bc4935d
Date: 2015-03-26 16:52 +0200
http://bitbucket.org/pypy/pypy/changeset/e58a3bc4935d/

Log:	close this file

diff --git a/rpython/bin/rpython-vmprof b/rpython/bin/rpython-vmprof
--- a/rpython/bin/rpython-vmprof
+++ b/rpython/bin/rpython-vmprof
@@ -24,3 +24,4 @@
 	main()
 finally:
 	_vmprof.disable()
+    x.close()


More information about the pypy-commit mailing list