commit | 1dd8309246a1a1dfb1d28957d0a2a1aa64fbd4fe | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Feb 06 18:32:33 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Feb 06 18:32:33 2004 +0000 |
tree | 9e7e555998f707b1d8f3f8fb0f040abbcb4fd0a1 | |
parent | 7dcf9f89d331f5445d4972fa186778ed868945bc [diff] |
SF patch #864059: optimize eval_frame Simplified version of Neal Norwitz's patch which adds gotos for opcodes that set "why". This skips a number of tests where the outcome of the tests are known in advance.