[pypy-commit] pypy cpyext-fast-typecheck: Merge heads

antocuni pypy.commits at gmail.com
Fri Mar 23 06:16:50 EDT 2018


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: cpyext-fast-typecheck
Changeset: r94111:d4db2db309a0
Date: 2018-03-23 10:16 +0000
http://bitbucket.org/pypy/pypy/changeset/d4db2db309a0/

Log:	Merge heads

diff --git a/pypy/module/cpyext/methodobject.py b/pypy/module/cpyext/methodobject.py
--- a/pypy/module/cpyext/methodobject.py
+++ b/pypy/module/cpyext/methodobject.py
@@ -221,6 +221,7 @@
     """
     Abstract class; for concrete subclasses, see slotdefs.py
     """
+    _immutable_fields_ = ['offset[*]']
 
     def __init__(self, space, pto, method_name, doc, func, offset):
         self.space = space


More information about the pypy-commit mailing list