mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
* Adds EXIT_INTERPRETER instruction to exit PyEval_EvalDefault() * Simplifies RETURN_VALUE, YIELD_VALUE and RETURN_GENERATOR instructions as they no longer need to check for entry frames.