mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
d3b836d202
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.