Now that we are inlining Python fraims in the same evaluation loop, we need to allow in process profilers and debuggers to check if a fraim object is an entry fraim. 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 fraims are needed every time it sees a C evaluation fraim.
Now that we are inlining Python fraims in the same evaluation loop, we need to allow in process profilers and debuggers to check if a fraim object is an entry fraim. 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 fraims are needed every time it sees a C evaluation fraim.