[issue7698] pystack macro in Misc/gdbinit incorrectly uses PyEval_EvalFrame

2010-01-13 Thread Jean-Paul Calderone
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

[issue7698] pystack macro in Misc/gdbinit incorrectly uses PyEval_EvalFrame

2010-01-13 Thread Skip Montanaro
Skip Montanaro s...@pobox.com added the comment: Thanks for the heads up. Should be fixed on trunk (r77484) and py3k (r77485). -- assignee: - skip.montanaro nosy: +skip.montanaro resolution: - fixed status: open - closed ___ Python tracker