eval_frame now has a PyAPI-style name

This commit is contained in:
Michael W. Hudson 2004-08-07 20:11:22 +00:00
parent 79f7ad228b
commit 8c47f4a657
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ end
# print the entire Python call stack
define pystack
while $pc < Py_Main || $pc > Py_GetArgcArgv
if $pc > eval_frame && $pc < PyEval_EvalCodeEx
if $pc > PyEval_EvalFrame && $pc < PyEval_EvalCodeEx
pyframe
end
up-silently 1