]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-running python with/without the -Qnew flag uses incorrectly optimized
authorArmin Rigo <arigo@tunes.org>
Fri, 7 Jan 2005 18:10:51 +0000 (18:10 +0000)
committerArmin Rigo <arigo@tunes.org>
Fri, 7 Jan 2005 18:10:51 +0000 (18:10 +0000)
commit664b43b3f4cbb7a63d5d67117e1d040a286af371
treea571e7e885d6e89ca0dbbbc34593afaedd364e5a
parent5a9fb3c415d1204c7f2c12243ba5d46f5964dcbd
Re-running python with/without the -Qnew flag uses incorrectly optimized
bytecodes from the previously saved .pyc files.  Fixed by disabling the static
optimization of BINARY_DIVIDE between two constants.
Python/compile.c