]> granicus.if.org Git - python/commit
ceval cleanup
authorBenjamin Peterson <benjamin@python.org>
Fri, 12 Oct 2012 15:34:51 +0000 (11:34 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 12 Oct 2012 15:34:51 +0000 (11:34 -0400)
commit31a58ff1c311dfee91716387b43f8c793fd7a10b
tree09ceec4fcc16bf8b0bbe63753343aff6e836afb2
parent6072e0bf427008a07791b21e7cedb638fd6dbffe
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.
Python/ceval.c