Author: Maciej Fijalkowski <fij...@gmail.com> Branch: vmprof2 Changeset: r76835:c279ae5451ba Date: 2015-04-19 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/c279ae5451ba/
Log: due to the last checkin we no longer need to do this 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 @@ -97,8 +97,7 @@ gc_frame = cast_instance_to_gcref(frame) gc_inputvalue = cast_instance_to_gcref(w_inputvalue) gc_operr = cast_instance_to_gcref(operr) - assert frame.pycode._unique_id & 3 == 0 - unique_id = frame.pycode._unique_id | 1 + unique_id = frame.pycode._unique_id gc_result = pypy_execute_frame_trampoline(gc_frame, gc_inputvalue, gc_operr, unique_id) return cast_base_ptr_to_instance(W_Root, gc_result) _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit