commit | 31a58ff1c311dfee91716387b43f8c793fd7a10b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Oct 12 11:34:51 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Oct 12 11:34:51 2012 -0400 |
tree | 09ceec4fcc16bf8b0bbe63753343aff6e836afb2 | |
parent | 6072e0bf427008a07791b21e7cedb638fd6dbffe [diff] |
ceval cleanup - Make many variables local to the opcode; Kill u, v, w, and x. - Force every opcode to end with DISPATCH or jump to error handling. - Simplify error handling. - Check error statuses in more places. Closes #16191.