[pypy-commit] stmgc c7-refactor: add very large objects

Remi Meier noreply at buildbot.pypy.org
Tue Feb 25 11:17:00 CET 2014


Author: Remi Meier
Branch: c7-refactor
Changeset: r857:d3ae1ec8e5b4
Date: 2014-02-25 11:17 +0100
http://bitbucket.org/pypy/stmgc/changeset/d3ae1ec8e5b4/

Log:	add very large objects

diff --git a/c7/test/test_random.py b/c7/test/test_random.py
--- a/c7/test/test_random.py
+++ b/c7/test/test_random.py
@@ -353,6 +353,7 @@
     size = global_state.rnd.choice([
         "16",
         str(4096+16),
+        str(80*1024+16),
         #"SOME_MEDIUM_SIZE+16",
         #"SOME_LARGE_SIZE+16",
     ])


More information about the pypy-commit mailing list