Staging
v0.8.1
https://github.com/python/cpython
Revision d9df63deab78f70061a5a24c1f92e6d389fc45f7 authored by Victor Stinner on 24 April 2020, 01:07:20 UTC, committed by GitHub on 24 April 2020, 01:07:20 UTC
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.

(cherry picked from commit 25104949a5a60ff86c10691e184ce2ecb500159b)
1 parent 3340b2a
History
Tip revision: d9df63deab78f70061a5a24c1f92e6d389fc45f7 authored by Victor Stinner on 24 April 2020, 01:07:20 UTC
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)
Tip revision: d9df63d
File Mode Size
workflows
CODEOWNERS -rw-r--r-- 2.7 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
SECURITY.md -rw-r--r-- 530 bytes
codecov.yml -rw-r--r-- 485 bytes

back to top