def loop(): try: (lambda: None)() except RuntimeError: pass loop() loop()