◐ Shell
clean mode source ↗

GH-96421: Insert shim frame on entry to interpreter by markshannon · Pull Request #96319 · python/cpython

added 3 commits

August 24, 2022 11:26

@markshannon

@markshannon markshannon changed the title Insert shim frame on entry to interpreter GH-96421: Insert shim frame on entry to interpreter

Aug 30, 2022
…ear previous frame pointer.

@markshannon

…nt safety checks but ASAN gets tripped up in some cases.

sweeneyde

@markshannon

brandtbucher

gvanrossum

@markshannon

brandtbucher

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>

ethanfurman pushed a commit to ethanfurman/cpython that referenced this pull request

Nov 12, 2022
…6319)

* 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.

This was referenced

Dec 12, 2023