]> granicus.if.org Git - python/commit
Teach the peephole optimizer to fold simple constant expressions.
authorRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2005 06:17:33 +0000 (06:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2005 06:17:33 +0000 (06:17 +0000)
commitc34f8673a194180ab3b258e821f72f25514aa948
tree756647bb00c7617ee8d2bca72ff91018b66d8965
parent64585988af7277aa831c66b971fe726207b38cd1
Teach the peephole optimizer to fold simple constant expressions.
Lib/test/test_peepholer.py
Misc/NEWS
Python/compile.c