Author: Armin Rigo <[email protected]>
Branch:
Changeset: r79316:9458d6ef6c53
Date: 2015-08-31 11:53 +0200
http://bitbucket.org/pypy/pypy/changeset/9458d6ef6c53/
Log: For pypy translated without the _thread module: optimization
diff --git a/pypy/interpreter/miscutils.py b/pypy/interpreter/miscutils.py
--- a/pypy/interpreter/miscutils.py
+++ b/pypy/interpreter/miscutils.py
@@ -9,6 +9,7 @@
implementation for this feature, and patches 'space.threadlocals' when
'thread' is initialized.
"""
+ _immutable_fields_ = ['_value?']
_value = None
def get_ec(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit