Message127710
If OrderedDict is used, the test case quickly uses 8GB of memory. With
this change (I'm not suggesting this as a fix!), the timings are normal:
Index: Lib/ConfigParser.py
===================================================================
--- Lib/ConfigParser.py (revision 88298)
+++ Lib/ConfigParser.py (working copy)
@@ -92,6 +92,7 @@
except ImportError:
# fallback for setup.py which hasn't yet built _collections
_default_dict = dict
+_default_dict = dict
import re |
|
Date |
User |
Action |
Args |
2011-02-01 22:07:07 | skrah | set | recipients:
+ skrah, skip.montanaro, lukasz.langa, vlachoudis |
2011-02-01 22:07:07 | skrah | set | messageid: <1296598027.64.0.313674385276.issue11089@psf.upfronthosting.co.za> |
2011-02-01 22:07:00 | skrah | link | issue11089 messages |
2011-02-01 22:06:59 | skrah | create | |
|