You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we are inlining Python frames in the same evaluation loop, we need to allow in process profilers and debuggers to check if a frame object is an entry frame. This information is crucial if the tool has to merge the C stack and the Python stack as it needs to know how many Python frames are needed every time it sees a C evaluation frame.
The text was updated successfully, but these errors were encountered:
Now that we are inlining Python frames in the same evaluation loop, we need to allow in process profilers and debuggers to check if a frame object is an entry frame. This information is crucial if the tool has to merge the C stack and the Python stack as it needs to know how many Python frames are needed every time it sees a C evaluation frame.
The text was updated successfully, but these errors were encountered: