[pypy-commit] pypy reflex-support: merge heads

wlav noreply at buildbot.pypy.org
Tue Jul 12 18:02:17 CEST 2011


Author: Wim Lavrijsen <WLavrijsen at lbl.gov>
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


More information about the pypy-commit mailing list