]> granicus.if.org Git - python/commit
Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame. That
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 4 Sep 2001 19:03:35 +0000 (19:03 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 4 Sep 2001 19:03:35 +0000 (19:03 +0000)
commit6c0f20088f81d9d84124c265d58a2a8e7d47b059
tree2fb87171458614f459e3bf99f171d967622ca470
parent1b41079fd9408951fbf2d740a598090a5b6bb015
Move call_trace(..., PyTrace_CALL, ...) call to top of eval_frame.  That
way it's called each time a generator is resumed.  The tracing of normal
functions should be unaffected by this change.
Python/ceval.c