mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
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). |
||
|---|---|---|
| .. | ||
| ceval.c | ||
| cgensupport.c | ||
| compile.c | ||
| errors.c | ||
| fmod.c | ||
| graminit.c | ||
| import.c | ||
| modsupport.c | ||
| pythonmain.c | ||
| strerror.c | ||
| sysmodule.c | ||