mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
e9736fc8a1
Added support for class definitions. Reorganized main interpreter loop to fetch op and arg once at the head. Use two bytes for arguments (see ceval.c).