Author: Armin Rigo <[email protected]>
Branch:
Changeset: r94221:1fe837dccd7b
Date: 2018-04-03 10:55 +0200
http://bitbucket.org/pypy/pypy/changeset/1fe837dccd7b/
Log: Issue #2784
Bump the value of re._MAXCACHE.
diff --git a/lib-python/2.7/re.py b/lib-python/2.7/re.py
--- a/lib-python/2.7/re.py
+++ b/lib-python/2.7/re.py
@@ -225,7 +225,7 @@
_pattern_type = type(sre_compile.compile("", 0))
-_MAXCACHE = 100
+_MAXCACHE = 1000
def _compile(*key):
# internal: compile pattern
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit