Staging
v0.5.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
windows-release
ci.yml -rw-r--r-- 3.3 KB
docs-steps.yml -rw-r--r-- 1.3 KB
macos-steps.yml -rw-r--r-- 768 bytes
posix-deps-apt.sh -rwxr-xr-x 580 bytes
posix-steps.yml -rw-r--r-- 2.5 KB
pr.yml -rw-r--r-- 3.2 KB
prebuild-checks.yml -rw-r--r-- 1.2 KB
windows-layout-steps.yml -rw-r--r-- 1.5 KB
windows-release.yml -rw-r--r-- 3.9 KB
windows-steps.yml -rw-r--r-- 1.5 KB

back to top