> try: yield finally: This makes this: with some_generator() as : equivalent to this: try: = finally: c