Author: Armin Rigo <[email protected]> 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( _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
