diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-06-17 12:37:17 +0000 |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-06-17 12:37:17 +0000 |
commit | 8446153901ccb082f117550309fb19e586082895 (patch) | |
tree | 7346f1b0758a1c323d7fc5757f4bc4ccaf3909d8 /Python/pythonrun.c | |
parent | 6d13da2a111778dbb30ef105f0f81607816b097c (diff) | |
download | cpython-8446153901ccb082f117550309fb19e586082895.tar.gz |
Merged revisions 82043 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82043 | mark.dickinson | 2010-06-17 13:33:22 +0100 (Thu, 17 Jun 2010) | 6 lines
Issue #9011: Remove buggy and unnecessary ST->AST compilation code
dealing with unary minus applied to a constant. The removed code was
mutating the ST, causing a second compilation to fail. (The peephole
optimizer already takes care of optimizing this case, so there's no
lost optimization opportunity here.)
........
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions