]> granicus.if.org Git - python/commit
Do not fold a constant if a large sequence will result.
authorRaymond Hettinger <python@rcn.com>
Wed, 26 Jan 2005 12:50:05 +0000 (12:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 26 Jan 2005 12:50:05 +0000 (12:50 +0000)
commit9feb267cafb9452826694e5e098317c8b2799fe8
tree88b364b176d24a45a472dd6ef10383771272deeb
parentc560a00966e035fad3499067dc6a4d7b7dbc9d7e
Do not fold a constant if a large sequence will result.
Saves space in the presence of code like: (None,)*10000
Lib/test/test_peepholer.py
Python/compile.c