mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
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.