#!/usr/bin/python def x(): try: raise Exception() except Exception: x() x()