Author: Alex Gaynor <[email protected]>
Branch: detect-immutable-fields
Changeset: r68906:f7d99d77b8a2
Date: 2014-01-24 09:16 -0600
http://bitbucket.org/pypy/pypy/changeset/f7d99d77b8a2/
Log: We pray for your forgiveness, o wise annotator
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -179,7 +179,7 @@
return None
def _set_mapdict_map(self, map):
raise NotImplementedError
- def _mapdict_read_storage(self, index, pure):
+ def _mapdict_read_storage(self, index):
raise NotImplementedError
def _mapdict_write_storage(self, index, value):
raise NotImplementedError
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit