diff --git a/peps/pep-0836.rst b/peps/pep-0836.rst index b8a627d559f..2d62aec0df0 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -616,7 +616,7 @@ The JIT will continue supporting out-of-process profilers/debuggers that require Python frames. We understand that frame elision (inlining) is a promising optimization. However, completely eliding frames in the JIT would break third party tools. We will take care to negotiate and provide alternative -methods for Python frame unwinders the required information to recover the +methods for Python frame unwinders to have the information required to recover the elided frame, such as storing metadata for the elided frame. Furthermore, tools that inspect the Python stack may need to symbolize the JIT C shim frame (i.e., relate it to a Python function call). In this case, all necessary information