[pypy-commit] pypy value-profiling: (arigo, cfbolz): this is not needed at all any more

cfbolz noreply at buildbot.pypy.org
Tue Aug 11 16:46:09 CEST 2015


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: value-profiling
Changeset: r78901:54c6274f6261
Date: 2015-08-11 16:46 +0200
http://bitbucket.org/pypy/pypy/changeset/54c6274f6261/

Log:	(arigo, cfbolz): this is not needed at all any more

diff --git a/pypy/interpreter/valueprof.py b/pypy/interpreter/valueprof.py
--- a/pypy/interpreter/valueprof.py
+++ b/pypy/interpreter/valueprof.py
@@ -7,7 +7,6 @@
 SEEN_TOO_MUCH = '\x03'
 
 class ValueProf(object):
-    _mixin_ = True
     _immutable_fields_ = ['_vprof_status?']
 
     def __init__(self, msg=''):


More information about the pypy-commit mailing list