mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
If _PyCode_InitOpcache() fails in _PyEval_EvalFrameDefault(), use "goto exit_eval_frame;" rather than "return NULL;" to exit the function in a consistent state. For example, tstate->frame is now reset properly.
Miscellaneous source files for the main Python shared library