Author: Maciej Fijalkowski <[email protected]>
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"))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to