commit | ed414654c480b440679062c873953ab05a31c897 | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Tue Mar 18 05:12:41 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Tue Mar 18 05:12:41 2008 +0000 |
tree | 6527335772ee2e5249b4b7458fac1e1895e430e0 | |
parent | a14585308af777aa64ec7100472d3c3e2961a6e7 [diff] |
Speed up test_dict by about 10x by only checking selected dict literal sizes, instead of every integer from 0 to 400. Exhaustive testing wastes time without providing enough more assurance that the code is correct.