Author: Antonio Cuni <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to