New submission from Jean-Paul Calderone <exar...@divmod.com>:

pystack tries to detect C frames which it can extract Python frame info from.  
However, it still references the old, now (supposedly) unused PyEval_EvalFrame 
function.  This leads it to never find any frames, since PyEval_EvalFrameEx is 
now what's actually on the stack.  It should be referring to that function.

Attached makes the necessary change.

----------
components: Demos and Tools
files: evalframeex.patch
keywords: patch
messages: 97744
nosy: exarkun
severity: normal
status: open
title: pystack macro in Misc/gdbinit incorrectly uses PyEval_EvalFrame
versions: Python 2.6
Added file: http://bugs.python.org/file15864/evalframeex.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7698>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to