On Friday 05 December 2008 01:49:02, Doug Evans wrote: > Nit. > > The check for !frame isn't related to removing stop_pc. Separate > patch or add a changelog entry? Oops, sorry. That is dead code. There is always a frame nowadays. get_current_frame either returns a frame, or throws --- never returns NULL. I've checked in the below. -- Pedro Alves