[pypy-commit] pypy ufuncapi: overeager '_immutable_fields_w'

mattip noreply at buildbot.pypy.org
Thu Dec 11 22:46:08 CET 2014


Author: mattip <matti.picus at gmail.com>
Branch: ufuncapi
Changeset: r74890:e1a050f7eb5d
Date: 2014-12-08 21:21 +0200
http://bitbucket.org/pypy/pypy/changeset/e1a050f7eb5d/

Log:	overeager '_immutable_fields_w'

diff --git a/pypy/module/micronumpy/base.py b/pypy/module/micronumpy/base.py
--- a/pypy/module/micronumpy/base.py
+++ b/pypy/module/micronumpy/base.py
@@ -25,7 +25,6 @@
 
 class W_NDimArray(W_NumpyObject):
     __metaclass__ = extendabletype
-    _immutable_fields_ = ['implementation']
 
     def __init__(self, implementation):
         from pypy.module.micronumpy.concrete import BaseConcreteArray


More information about the pypy-commit mailing list