Leo wrote: > Why is it not possible to get the frame from the interpreter using the > inspect library? Because sys._getframe() does the job instead? -Peter