[pypy-commit] pypy vmprof: kill this case too

fijal noreply at buildbot.pypy.org
Fri Feb 20 17:13:25 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof
Changeset: r76016:2eeb5641a842
Date: 2015-02-20 18:12 +0200
http://bitbucket.org/pypy/pypy/changeset/2eeb5641a842/

Log:	kill this case too

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
@@ -192,7 +192,6 @@
             res = vmprof_disable()
         else:
             res = 0
-        space.set_code_callback(None)
         if res == -1:
             raise wrap_oserror(space, OSError(rposix.get_saved_errno(),
                                               "_vmprof.disable"))


More information about the pypy-commit mailing list