Author: Carl Friedrich Bolz <[email protected]>
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=''):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to