[pypy-issue] [issue863] Implement sys._current_frames() for debugging purposes

Michael Schurter tracker at bugs.pypy.org
Mon Sep 5 22:27:16 CEST 2011


New submission from Michael Schurter <m at schmichael.com>:

The sys._current_frames[1] function, while internal, is a useful tool when
debugging a multithreaded process.

sys._getframe's usefulness is limited as it only inspects the current thread's
stack.

Feel free to WONTFIX as this is obviously a CPython specific feature that should
never be relied upon by applications.

[1] http://docs.python.org/library/sys.html

----------
messages: 3093
nosy: pypy-issue, schmichael
priority: wish
status: unread
title: Implement sys._current_frames() for debugging purposes

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue863>
________________________________________


More information about the pypy-issue mailing list