[pypy-commit] pypy vmprof-review: an XXX for now

arigo noreply at buildbot.pypy.org
Tue Jun 30 15:16:02 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: vmprof-review
Changeset: r78363:e3f2f9edb574
Date: 2015-06-30 15:11 +0200
http://bitbucket.org/pypy/pypy/changeset/e3f2f9edb574/

Log:	an XXX for now

diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/module/_vmprof/interp_vmprof.py
+++ b/pypy/module/_vmprof/interp_vmprof.py
@@ -20,7 +20,7 @@
 # DYNAMIC_VMPROF to True, it will be dynamically linked to the libvmprof.so
 # which is expected to be inside pypy/module/_vmprof/src: this is very useful
 # during development. Note that you have to manually build libvmprof by
-# running make inside the src dir
+# running make inside the src dir (XXX or you could at some point in the past)
 DYNAMIC_VMPROF = False
 
 eci_kwds = dict(


More information about the pypy-commit mailing list