mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
efcd65cd84
Add ENTER_RECURSIVE and LEAVE_RECURSIVE macros in ast.c, ast_opt.c and symtable.c. Remove VISIT_QUIT macro in symtable.c. The current recursion depth counter only needs to be updated during normal execution -- all functions should just return an error code if an error occurs.
Miscellaneous source files for the main Python shared library