commit | 9feb267cafb9452826694e5e098317c8b2799fe8 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jan 26 12:50:05 2005 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jan 26 12:50:05 2005 +0000 |
tree | 88b364b176d24a45a472dd6ef10383771272deeb | |
parent | c560a00966e035fad3499067dc6a4d7b7dbc9d7e [diff] |
Do not fold a constant if a large sequence will result. Saves space in the presence of code like: (None,)*10000