Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r45517:b656c9b2cc2b
Date: 2011-07-12 09:02 -0700
http://bitbucket.org/pypy/pypy/changeset/b656c9b2cc2b/

Log:    merge heads

diff --git a/pypy/module/cppyy/converter.py b/pypy/module/cppyy/converter.py
--- a/pypy/module/cppyy/converter.py
+++ b/pypy/module/cppyy/converter.py
@@ -73,6 +73,9 @@
             return arr
         raise AttributeError(name)
 
+    def _freeze_(self):
+        return True
+
 class ArrayTypeConverterMixin(object):
     _mixin_ = True
     _immutable = True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to