Lines Matching refs:tb_next
42 tb = tb.tb_next52 tb = tb.tb_next64 tb = tb.tb_next66 tb_next = None68 # Assign tb_next in reverse to avoid circular references.70 tb.tb_next = tb_next71 tb_next = tb73 return exc_value.with_traceback(tb_next)147 return sys.exc_info()[2].tb_next # type: ignore