New issue 2628: sys._current_frames cannot be used with inspect.getframeinfo
https://bitbucket.org/pypy/pypy/issues/2628/sys_current_frames-cannot-be-used-with

Liran Haimovitch:

When calling sys._current_frames a dictionary with "__builtin__.fake_frame" 
values is returned.

These objects cannot be properly used with the inspect module getframeinfo 
function as it tests the object type (inspect.py@180).

TracebackType and FrameType show up as "traceback" and "frame".


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to