]> granicus.if.org Git - python/commit
* Improve readability and remove data dependencies by converting
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Apr 2004 13:17:27 +0000 (13:17 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Apr 2004 13:17:27 +0000 (13:17 +0000)
commitd3b836d202a205492b6a27041e6d517dc3a2c615
tree9d049f0f1c7bf2ff2145bdcbdd8bc354bc8ff963
parent467a698bd2488ecb532fedcf1a8f6a018fa662a6
* Improve readability and remove data dependencies by converting
pre-increment forms to post-increment forms.  Post-incrementing
also eliminates the need for negative array indices for oparg fetches.

* In exception handling code, check for class based exceptions before
  the older string based exceptions.
Python/ceval.c