]> granicus.if.org Git - python/commit
Peephole constant folding had missed UNARY_POSITIVE.
authorRaymond Hettinger <python@rcn.com>
Thu, 22 Oct 2009 11:22:50 +0000 (11:22 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 22 Oct 2009 11:22:50 +0000 (11:22 +0000)
commitaf7adad51d149e66ee3eb66c1765914f0fd7f905
treebad46171fbca07a72f698e7a63e312fd952a5fd6
parent42ead48dc17543c0d41d261fdf070a07f576c449
Peephole constant folding had missed UNARY_POSITIVE.
Lib/test/test_peepholer.py
Misc/NEWS
Python/peephole.c