Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peps/pep-0836.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading