mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
25104949a5
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