Kaydet (Commit) 8c47f4a6 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

eval_frame now has a PyAPI-style name

üst 79f7ad22
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment