Author: Matti Picus <[email protected]> Branch: py3.5-msvc14 Changeset: r93804:73862e53862b Date: 2018-02-11 13:34 -0500 http://bitbucket.org/pypy/pypy/changeset/73862e53862b/
Log: temporary fix diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/std/mapdict.py --- a/pypy/objspace/std/mapdict.py +++ b/pypy/objspace/std/mapdict.py @@ -27,7 +27,7 @@ # the maximum number of attributes stored in mapdict (afterwards just use a # dict) -LIMIT_MAP_ATTRIBUTES = 80 +LIMIT_MAP_ATTRIBUTES = 400 class AbstractAttribute(object): _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
