Author: Matti Picus <matti.pi...@gmail.com>
Branch: py3.5
Changeset: r93819:38f2eb1313e4
Date: 2018-02-13 08:19 -0500
http://bitbucket.org/pypy/pypy/changeset/38f2eb1313e4/

Log:    merge default into py3.5, disable mapdict-size-limit

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 = 8000
 
 
 class AbstractAttribute(object):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to