[pypy-svn] pypy jit-lsprofile: enable lsprof module

fijal commits-noreply at bitbucket.org
Fri Mar 25 18:12:08 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jit-lsprofile
Changeset: r42943:d95fe81efcdc
Date: 2011-03-25 11:11 -0600
http://bitbucket.org/pypy/pypy/changeset/d95fe81efcdc/

Log:	enable lsprof module

diff --git a/pypy/jit/tl/pypyjit.py b/pypy/jit/tl/pypyjit.py
--- a/pypy/jit/tl/pypyjit.py
+++ b/pypy/jit/tl/pypyjit.py
@@ -39,6 +39,7 @@
 config.objspace.usemodules.array = True
 config.objspace.usemodules._weakref = True
 config.objspace.usemodules._sre = False
+config.objspace.usemodules._lsprof = True
 #
 config.objspace.usemodules._ffi = True
 #


More information about the Pypy-commit mailing list