Author: Carl Friedrich Bolz <[email protected]>
Branch: remove-objspace-options
Changeset: r83818:33f63564d8e3
Date: 2016-04-22 10:07 +0300
http://bitbucket.org/pypy/pypy/changeset/33f63564d8e3/
Log: remove some vestiges of withsmalldicts(!) in mocking code
diff --git a/pypy/objspace/std/test/test_dictmultiobject.py
b/pypy/objspace/std/test/test_dictmultiobject.py
--- a/pypy/objspace/std/test/test_dictmultiobject.py
+++ b/pypy/objspace/std/test/test_dictmultiobject.py
@@ -1113,7 +1113,6 @@
class Config:
class objspace:
class std:
- withsmalldicts = False
withcelldict = False
withmapdict = False
diff --git a/pypy/objspace/std/test/test_mapdict.py
b/pypy/objspace/std/test/test_mapdict.py
--- a/pypy/objspace/std/test/test_mapdict.py
+++ b/pypy/objspace/std/test/test_mapdict.py
@@ -4,9 +4,7 @@
class Config:
class objspace:
class std:
- withsmalldicts = False
withcelldict = False
- withidentitydict = False
withmapdict = True
space = FakeSpace()
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit