]> granicus.if.org Git - python/commit
Shuffle premature decref; nuke unreachable code block.
authorTim Peters <tim.peters@gmail.com>
Fri, 23 Feb 2001 22:23:53 +0000 (22:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 23 Feb 2001 22:23:53 +0000 (22:23 +0000)
commit1e542110f9b05552ba066fc1d8c8b9ae1da699e8
treeb1ead99f167e6cbdbd27d35d46144e2336983ac9
parent5dd7362295c71427f80d0bf404bf122cdd013b3c
Shuffle premature decref; nuke unreachable code block.
Fixes the "debug-build -O test_builtin.py and no test_b2.pyo" crash just
discussed on Python-Dev.
Python/compile.c